Colors
Specify colors with names, hex, rgb(), or hsl().
CSS
h1 { color: #111827; }
.card { background: rgb(255, 255, 255); }CSS Tutorial
Source: Dave Gray
Specify colors with names, hex, rgb(), or hsl().
h1 { color: #111827; }
.card { background: rgb(255, 255, 255); }