Color names in this palette
CSS code for this palette
/* CSS */
.raucous-orange {
color: #bf4e2b;
}
.mellow-apricot {
color: #f9b876;
}
.marigold-dust {
color: #f4cf3e;
}
.eton-blue {
color: #a8d6d3;
}
.mirage-lake {
color: #4c908f;
}
/* CSS Variables */
:root {
--raucous-orange:#bf4e2b;
--mellow-apricot:#f9b876;
--marigold-dust:#f4cf3e;
--eton-blue:#a8d6d3;
--mirage-lake:#4c908f;
}