Wordpress Color Picker Plugin
This plugin adds Color Picker meta boxes to your page/post write/edit panels. After the color is selected and post/page is saved, it creates a custom field named ‘colorpicker’. The colorpicker value can be retrieved in the theme using

<?php get_post_meta($post->ID,'colorpicker',true); ?>
This can be used to assign background-colors, text color, title heading color etc to individual post and pages.
Wordpress Color Picker plugin is using javascript color picker from http://jscolor.com/
Installation
1. Upload the Post Shift plugin to your wordpress plugins folder.
2. Activate it.
3. Goto Page/Post write panel. At bottom, select your color.
4. Retrieve the color in your theme using <?php get_post_meta($post->ID,'colorpicker',true); ?>

[...] Wordpress Color Picker Plugin | Muhammad Ijlal Hasnain [...]
[...] WordPress Color Picker [...]
[...] WordPress Color Picker [...]
[...] WordPress Color Picker [...]
Failed to install.
What errors are you getting? Which Wordpress version are you using?
Thank you.
Where should i put the code ” ID,’colorpicker’,true); ?> ” in my theme ?
You will have to use Wordpress custom fields for that. The plugin creates a custom field ‘colorpicker’, that you can use in theme for any purposes
like
http://www.kriesi.at/archives/how-to-use-wordpress-custom-fieldsThanks.
It is pitty, but after activating ColorPicker and selecting color in post editor, wordpress’s dashboard don’t load as usual, white screen instead.
wp 2.9.2
[...] WordPress Color Picker [...]