Color names in this palette
CSS code for this palette
/* CSS */
.narcissus {
color: #c4974a;
}
.sweet-honey {
color: #d1a45c;
}
.english-custard {
color: #e2b86f;
}
.bad-hair-day {
color: #f1c983;
}
.antique-wicker-basket {
color: #f6d3a2;
}
/* CSS Variables */
:root {
--narcissus:#c4974a;
--sweet-honey:#d1a45c;
--english-custard:#e2b86f;
--bad-hair-day:#f1c983;
--antique-wicker-basket:#f6d3a2;
}