Color names in this palette
CSS code for this palette
/* CSS */
.lush-honeycomb {
color: #f9a61f;
}
.durotar-fire {
color: #ef5b25;
}
.celestial-coral {
color: #d93f4f;
}
.wild-aster {
color: #a13a8d;
}
.blue-magenta-violet {
color: #592d8f;
}
/* CSS Variables */
:root {
--lush-honeycomb:#f9a61f;
--durotar-fire:#ef5b25;
--celestial-coral:#d93f4f;
--wild-aster:#a13a8d;
--blue-magenta-violet:#592d8f;
}