-3
I was creating a form where the person would have the option to choose a color, as I didn’t want the person to write the color or because I thought it was cool to put an input of type color
<input type="color" name="cor" id="cor" class="cor">
But I do not know how I can modify it, It is kind of boring to manipulate, I do not know if it is possible to leave it round or put a background url in it, I would like to know how to mess with it.
Using jQuery is also an option.
You’ve tried to do what you wish ?
– NoobSaibot
I’ve tried to make a circle trying to put border-radios 100% but n is cool.
– WEB Last Wolf
Search for HTML color palette.
– Marcelo Shiniti Uchimura
See: http://jscolor.com has an example using button
– NoobSaibot