Color names in this palette
CSS code for this palette
/* CSS */
.brown-coffee {
color: #4a2b2b;
}
.antique-red {
color: #7e4e4e;
}
.foggy-quartz {
color: #c19f9f;
}
.white-cedar {
color: #f5e0c2;
}
.cream-blush {
color: #f9c59a;
}
/* CSS Variables */
:root {
--brown-coffee:#4a2b2b;
--antique-red:#7e4e4e;
--foggy-quartz:#c19f9f;
--white-cedar:#f5e0c2;
--cream-blush:#f9c59a;
}