<!DOCTYPE html>
<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>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.