Color names in this palette
CSS code for this palette
/* CSS */
.cat-s-eye-marble {
color: #d6a95c;
}
.hawker-s-gold {
color: #f1c26a;
}
.no-gmb-yellow {
color: #f5e78a;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.orange-pospsicle {
color: #f2a20d;
}
/* CSS Variables */
:root {
--cat-s-eye-marble:#d6a95c;
--hawker-s-gold:#f1c26a;
--no-gmb-yellow:#f5e78a;
--solar-plexus-chakra:#f1c84b;
--orange-pospsicle:#f2a20d;
}