How do I change the font for more then one color? Like this.
Random title(Purple): (Grey) random text after.
Go into full editing mode, and use the color button.
This is located directly next to the text-size button, and looks like a capital A with a colored line underneath it. (The color is probably gray.)
You'd add in a different code for the color.
Code:
[color=#9370DB]Random Title![/color]
[color=#A9A9A9]Greyish text after.[/color]
Random Title!
Greyish text after.
You can use the provided colors, or type in a color in Wikipedia to find all kinds of different shades and the appropriate code.
Okay, thank you guys

Or you can just type the color's name instead of the hexadecimal value, since it's easier and less worky.
Code:
[color=purple]Random title[/color]
Random title
I personally hate the full edit thingy.