The HTML5 Color Input

by Akram kamal

HTML

<label for="background" accesskey="c" >Select background color:</label>
<input type="color" name="background" id="background" value="#ff0000">

JavaScript

// http://demosthenes.info/blog/588/The-HTML5-Color-Input