color

Sets the foreground color of text and text decorations.

Syntax

css
color: value;

Example

css
p { color: #6C5CE7; }
h1 { color: rgba(240, 240, 245, 0.9); }