You think about styling your website, then you think about color and this is how you can use CSS to change the color of an h1 html element
h1{color:grey}
Notice the default rendering of the h1 element it has a black color that you can change by CSS to any color of your choosing, In my case I choose the grey color.
Notice how CSS is written
Thanks for informing us dear