Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #efca4d;
}
.mango-margarita {
color: #f6b74c;
}
.bonfire {
color: #f67c5a;
}
.berrylicious {
color: #d85f6d;
}
.purple-orchid {
color: #a84d89;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#efca4d;
--mango-margarita:#f6b74c;
--bonfire:#f67c5a;
--berrylicious:#d85f6d;
--purple-orchid:#a84d89;
}