<html>
<body>
<h1 style="color:blue;text-align:center;">This is a heading</h1>
<div style="text-align:center;">
<p style="color:indigo;">This is a paragraph</p>
<p style="color:darkblue;">This is a paragraph</p>
<p style="color:green;">This is a paragraph.</p>
<p style="color:yellow;">This is a paragraph</p>
<p style="color:orange;">This is a paragraph</p>
<p style="color:red;">This is a paragraph.</p>
<p style="color:black;">This is a paragraph.</p>
</div>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.