Skip to main content

7 docs tagged with "color"

View all tags

Background Color

Learn how to set the background color of an element in CSS using the background-color property.

Color Names

Color names are predefined names for colors that can be used in CSS to style elements.

Hex Color Values

Hex color values are used to specify colors in CSS using hexadecimal notation.

HSL Color Values

HSL color values are used to specify colors in CSS using the hue, saturation, and lightness color channels.

HSLA Color Values

HSLA color values are used to specify colors in CSS using the hue, saturation, lightness, and alpha color channels.

RGB Color Values

RGB color values are used to specify colors in CSS using the red, green, and blue color channels.

RGBA Color Values

RGBA color values are used to specify colors in CSS using the red, green, blue, and alpha color channels.