Colors
Lesson 3Author : GOUP
Last Updated : September, 2020
Code
<header>
<h1 style="color: CornflowerBlue;">Color Names</h1>
<h1 style="color: #ff0000;">Hex Color Codes</h1>
<h1 style="color: rgb(255, 0, 0);">RGB Color Codes</h1>
</header>