DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

CSS Reference: Colors

Quick reference for Colors.

Read time: 1 min Words: 14
Open Playground → HTML My Progress

CSS Reference — Colors

Quick summary of Colors with syntax and example.

Syntax

color: ...; background: ...;

Example

.title{ color:#04AA6D; }
.badge{ background:rgba(4,170,109,.12); border:1px solid rgba(4,170,109,.25); }