CSS Colors
CSS Colors
Colors can be names, RGB, HEX, or HSL values.
Example
h1 { color: Tomato; }
Click on the "Try it Yourself" button to see how it works.
Try it Yourself »Colors can be names, RGB, HEX, or HSL values.
h1 { color: Tomato; }
Click on the "Try it Yourself" button to see how it works.
Try it Yourself »