ColorPicker for script.aculo.us

Demo

Just click into the fields to start picking a color


color 1 #

color 2 #

color 3 #

color 4 #



initializing the color pickers:
<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