CSS Tutorial

CSS Colors

Colors

Specify colors with names, hex, rgb(), or hsl().

h1 { color: #111827; }
.card { background: rgb(255, 255, 255); }