Is there a colour picker?

I want to use a colour picker to users can pick and select a colour and output a hexadecimal value.

A bit like this:

http://www.codestore.net/store.nsf/rsrc/B42BC7DEEE33AC628625787200304B03/$file/spectrum_1e93320f-af83-499a-9576-697cf13e046e.png

Not for the user, you would either have to add colour choices yourself that the user can choose or look at adding a html colour picker.

Something like here.
https://www.w3schools.com/tags/att_input_type_color.asp
https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_type_color

If you went down the html route then you would need to add code to your page to receive the chosen colour value.
https://support.wix.com/en/article/corvid-working-with-the-html-element
https://www.wix.com/corvid/reference/$w.HtmlComponent.html

I managed to solve this challenge, documentation here: