CSS Task 1 Color Challenge.

Named Colors

tomato

Example of a named color: tomato

Hexadecimal Colors

#4682b4

Example of a hexadecimal color: #4682b4

RGB Colors

rgb(50, 205, 50)

Example of an RGB color: rgb(50, 205, 50)

RGBA Colors

rgba(255, 69, 0, 0.5)

RGBA color: rgba(255, 69, 0, 0.5)

HSL Colors

hsl(45, 85%, 55%)

Example of an HSL color: hsl(45, 85%, 55%)

HSLA Colors

hsla(120, 100%, 25%, 0.5)

HSLA color: hsla(120, 100%, 25%, 0.5)