If we want to set a style, for example color, we use color: pink; as the value.
color: pink;
<body> <h1 style="color: pink;">Flowers by Ana</h1> </body>