Color names in this palette
CSS code for this palette
/* CSS */
.no-gmb-yellow {
color: #f7e688;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.orange-sulphur {
color: #e7a71d;
}
.spicy-orange {
color: #d8462c;
}
.imperial-purple {
color: #592c63;
}
/* CSS Variables */
:root {
--no-gmb-yellow:#f7e688;
--solar-plexus-chakra:#f1c84b;
--orange-sulphur:#e7a71d;
--spicy-orange:#d8462c;
--imperial-purple:#592c63;
}