You can change the font color and font right at the top... if the color you want isn't there but you know the code, you can use this in the HTML editor: <p><span style="color: #00ff00;">First Name:</span></p>
In the code above, you'll need to replace the #00ff00 with your color, and First Name: with the field label that you want.