Input Type=Color Polyfill
My jQuery Colorpicker - Spectrum now has a mode that acts as a polyfill to input type=color.
What this means
Now that the color input is supported in Chrome nightlies, along with Opera, people may want to start using this cool new form element.
While you can still customize the colorpicker and bend it to your will, if you'd like to use this new mode just include the HTML:
<input type='color' value='#4499f0' />
Along with a reference to spectrum.js and spectrum.css:
<link rel='stylesheet' href='spectrum.css' />
<script type='text/javascript' src='spectrum.js'></script>
Demo
See the color input polyfill demo page for more info!