In the opening <h1> tag, add a style attribute that has the value color: plum; between quotes.

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

Make sure to type "color: plum;".