Hello,
My goal is to implement a color picker to select colors.
Current Approach
Currently, I am using icons to represent different color choices. However, this method is inefficient when there are hundreds of color options. Is there any better approach for implementing the same in both mobile and web (Beta version editor) ?.
Is there any approach using which i can automatically “Generate” the color picker for the full 8 bit color pallet similar to coding solutions for example this StackOverflow solution.
These are the colors i would like to have in my color picker, hence it is very time consuming in my current approach.