Color Picker?

Need a standard color Picker (with n palettes) on a (Corvid) form (like 5 colums across, n down). Table Component cannot do cell colors, Repeater cannot do 5 (or whatever) colors per row, then continue on next row. So it looks like the html-component is the only option.
Any of you forum geniuses have a better design idea?

EDIT: on second thought, maybe it can be done with a repeater. Put 5 boxes on a row, all hidden;onload, get palette, do some calculations and fill n rows. Any other ideas?

Yup, just make the data for the repeater an id and a color value for the box background/color value. When you click on the box it returns the same color cell. A simple array with all your color values and some uuid generator like faker would work.

Thanks David, that´s what I´ll do. If I had the time, I would turn it into a Wix component (still am a member of that beta, I believe), would be a nice, simple implementation.