You should be able to do some things with html, for examples you can check here: https://www.w3schools.com/html/default.asp
For the color, for example, you would do something like this:
<p style="color:#00ff00;">Add your text here</p>
I hope that is helpful.