HTML 5 Color Pickers
by Francis[ Edit ] 2013-03-19 11:37:50
Color Pickers
HTML5 introduces which lets you pick a color and returns the color's hexadecimal representation.
<form>
<input type="color">
</form>
Browser Support :
Opera 11 now supports type=color