Title: text color plugin?
Last modified: August 18, 2016

---

# text color plugin?

 *  [blastradys](https://wordpress.org/support/users/blastradys/)
 * (@blastradys)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/text-color-plugin/)
 * Is there a plugin that exists to easily change the color of posted text? I understand
   that you can manually insert HTML to change text when composing a post, but what
   I am looking for is something that brings up a few colors that you can change
   highlighted text to. I have searched around and found nothing like it…

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Michael Bishop](https://wordpress.org/support/users/miklb/)
 * (@miklb)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/text-color-plugin/#post-230982)
 * you want your visitor to be able to change colors, or are you looking to customize
   a theme?
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/text-color-plugin/#post-230983)
 * Define some new css classes, then create some quicktags to speed up using them.
   
   [http://www.tamba2.org.uk/wordpress/quicktags/](http://www.tamba2.org.uk/wordpress/quicktags/)
   Not what you want, but close ?
 *  Thread Starter [blastradys](https://wordpress.org/support/users/blastradys/)
 * (@blastradys)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/text-color-plugin/#post-230995)
 * Well podz that is a good idea that I had not considered.
 * I guess what I really want is a small window that pops up with a color wheel 
   that automatically determines the HTML color number based on where you click.
 *  Thread Starter [blastradys](https://wordpress.org/support/users/blastradys/)
 * (@blastradys)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/text-color-plugin/#post-230997)
 * Miklb I would like a colorwheel-like interface to pop up when writing or editing
   a post that inserts the correct HTML around highlighted text to change it to 
   the color I clicked on.
 *  [Lorelle](https://wordpress.org/support/users/lorelle/)
 * (@lorelle)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/text-color-plugin/#post-231005)
 * While it isn’t a pop up thing, check out these resources.
 * [http://codex.wordpress.org/Developing_a_Colour_Scheme](http://codex.wordpress.org/Developing_a_Colour_Scheme)
 * And it isn’t hard to add something like:
 * `<span style="color:blue">Text in blue</span>`
 * As you are writing. Or add it to the quicktags so it pops up in a window and 
   you just type in the color.
 * If you are using a LOT of color references in your text, then there is an alternative.
   In your `style.css` of your Theme, set up the typical colors you use in classes
   like this:
 * `.blue {color:blue}
    .red {color:red} .green {color:green}
 * And using it like this:
 * `Blah talking about <span class="blue">something in green</span> and then <span
   class="red">something in red</span>....`
 * Then you don’t have to remember all the color codes like `#4598h34` or whatever
   😉 and only remember “green”, “red”, and so on.
 *  [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * (@vkaryl)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/text-color-plugin/#post-231009)
 * CA-color picker plugin:
 * [http://www.funponsel.com/blog/archives/2005/05/21/ca-colorpicker/](http://www.funponsel.com/blog/archives/2005/05/21/ca-colorpicker/)

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘text color plugin?’ is closed to new replies.

## Tags

 * [color](https://wordpress.org/support/topic-tag/color/)
 * [font](https://wordpress.org/support/topic-tag/font/)

 * 6 replies
 * 5 participants
 * Last reply from: [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * Last activity: [20 years, 10 months ago](https://wordpress.org/support/topic/text-color-plugin/#post-231009)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
