Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.amber-glow {
color: #f29d3a;
}
.glazed-carrot {
color: #ea6d2e;
}
.obstinate-orange {
color: #d85a2c;
}
.heath-spotted-orchid {
color: #a35c9c;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--amber-glow:#f29d3a;
--glazed-carrot:#ea6d2e;
--obstinate-orange:#d85a2c;
--heath-spotted-orchid:#a35c9c;
}