If we want to set a color, for example, use color: pink; as the value.

<html> <body> <h1 style="color: pink;">Flowers by Ana</h1></body></html>]]>

Make sure to pick color: pink; in your code.