How to make a color picker, like we see in different websites where users can scroll down different colors and on click can get the color code?
I have tried of maki
You can simply create a color picker by with type as color. But it works only in modern browsers.
DON'T USE Color Picker. It is ultra random as to what it does, older browsers turn it into a regular input, newer ones are random as it gets. Your best bet is to do as I am and either pick a Javascript color picker or create your own. I am forced to create my own because all of the current pickers are too project specific.