There are many CSS properties. For example, to change the color of an element, we use background-color and set it to a value like darkGreen.

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

Make sure to pick background-color, followed by :, and finally darkGreen.