views:

232

answers:

2

I need help in displaying a colour palette in my application. I am using CakePHP and JQuery for implementing mu application. For my themes module I need a colour picker or colour palette. Is there any plugin to download and use or is there any helpers available? Can someone guide me.

EDIT

Is there any other simpler plugin, that just displays the color palette alone and not with the hues,getting rgb values separately and all.. Just the color boxes,n pick one from it.

I found one plugin at this site . It was like what I wanted. But it displays the colours,only on selecting that color input box. I want the colors to be displayed initially itself.Any help?

+3  A: 

You could use the ColorPicker jQuery plugin.

dhofstet
Is there any other simpler plugin, that just displays the color palette alone and not with the hues,getting rgb values separately and all..Just the color boxes,n pick one from it.I found one plugin <a href="http://www.web2media.net/laktek/2008/10/27/really-simple-color-picker-in-jquery/">at this site </a>. It was like what I wanted. But it displays the colours,only on selecting that color input box. I want the colors to be displayed initially itself.Any help?
Angeline Aarthi
A: 

Personally I like the Farbtastic picker a lot.
There's a long list of pickers here.

deceze