change h1 color in html

HTML
 <body style="background-color:powderblue;">

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>  <h1 style="color:blue;">This is a heading</h1>

 <p style="color:red;">This is a paragraph.</p> 
Source

Also in HTML: