We add a : in between the property and the value, and a ; at the end of a declaration.

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

Make sure to pick :, followed by ;.