I recently integrated the Spectrum Color Picker, and now I am looking to make a few modifications.
- My goal is to display RGB colors in three different input fields.
- I also aim to showcase the hex color in a separate input field.
- Furthermore, I would like to include color names (such as red, brown, etc.) in yet another input field.
In order to achieve this, I need to adjust the original source file.
If you're interested in exploring the code further, here are the links to the resources: JavaScript Source and CSS Source.