Colors
Lesson 3Author : 🦒
Last Updated : October, 2017
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>