Download any of the color programs here from the site, then choose the color you like and click on it (in the program ofc.) and the code for the color shows up. That code you then place infront of the text youd like to have that color.
Just learn hex, you won't have to mess with programs at all. to make color text in world editor, type
|cff######(text)|r
The first two #s are the amount of red, the next two are blue, then green. If you want red text, type
|cffff0000(text)|r
For blue,
|cff00ff00(text)|r
And green,
|cff0000ff(text)|r
FF is the highest amount, because the digit system is different. The digits go 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f. So what is normally "10" is actually one digit "a".
c| begins color definition First ff descripts transparency. ff, ff and ff descripts red, green and blue color. Min. value is 00 and max. is FF [255 in decimal]. Values are in hexadecimal code.