Set the background color to darkGreen and the text color to pink.

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

Make sure to pick darkGreen, followed by pink.