Just click into the fields to start picking a color
<script type="text/javascript"> ["1", "2", "3"].each(function(idx) { new Control.ColorPicker("colorfield" + idx); }); new Control.ColorPicker("colorfield4", { "swatch" : "colorbox4" }); </script>
written by Matthias Platzer AT knallgrau.at
concept by YUI Color Picker script.
implemented using script.aculo.us, YUI
Util color.js and some more EasyRGB math