is there a way to show specific colors inside the color picker either with js or css?
So, for example, I want to show the colors [#ff0000, #0f8f9b, #9d0c29, #02efd9, #6de53d] in the picker. I want to show around 1 million specific colors like that. I want to pass all those colors in a JSON format.
I cannot find an answer if this is even possible.