Specify colors using HSL values
hsl(0, 100%, 50%)
hsl(240, 100%, 50%)
hsl(147, 50%, 47%)
hsl(300, 76%, 72%)
hsl(39, 100%, 50%)
hsl(248, 53%, 58%)
The inline styles used on this page
<h2 style="background-color:hsl(0, 100%, 50%);">
<h2 style="background-color:hsl(240, 100%, 50%); color: hsl(0, 100%, 100%);">
<h2 style="background-color:hsl(147, 50%, 47%);">
<h2 style="background-color:hsl(300, 76%, 72%);">
<h2 style="background-color:hsl(39, 100%, 50%);">
<h2 style="background-color:hsl(248, 53%, 58%);">