Regression introduced in R3 2020 SP2. Could be related to #4996
.BackColor(config => config.Palette(new string[] { "#ffffff", "#ffff00", "#db9791" }))
.FontColor(config => config.Palette(new string[] { "#ffffff", "#ffff00", "#db9791" }))
Clicking on the tools displays an HSV popup, instead of the specified palette.
A palette is displayed.