Adding color to text in LaTeX is super easy!
Include the color package:
\usepackage{color}
Specify the color and the text you want colored to the textcolor command wherever needed:
\textcolor{red}{This is colored in red!}
To see other predefined color names go here.