CSS Color Property Example

This text is red.

This text is blue.

This text is green.

This text uses a hex color (#ff5733).

This text uses an RGB color (rgb(255, 165, 0)).

This text uses an HSL color (hsl(120, 100%, 25%)).