Color names in this palette
CSS code for this palette
/* CSS */
.raucous-orange {
color: #c8592d;
}
.sweet-potato {
color: #d77d3c;
}
.apricot-sorbet {
color: #e9a65d;
}
.wake-me-up {
color: #f5d75b;
}
.lazy-daisy {
color: #f8e8a0;
}
/* CSS Variables */
:root {
--raucous-orange:#c8592d;
--sweet-potato:#d77d3c;
--apricot-sorbet:#e9a65d;
--wake-me-up:#f5d75b;
--lazy-daisy:#f8e8a0;
}