These links include CSS rules related to color, as well as descriptions of the color modes available in CSS.
- predefined colors – a list of the colors you can reference by name in CSS
- color values – different methods for specifying color. The most important for us are hexadecimal, RGB and RGBA
- color – sets the color of text in an element
- background-color – sets the background color for an element (default is transparent)