Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.granary-gold {
color: #e6a14c;
}
.acorn-nut {
color: #d58a48;
}
.pinky-pickle {
color: #b86b8c;
}
.cleopatra-s-gown {
color: #7f4f8c;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--granary-gold:#e6a14c;
--acorn-nut:#d58a48;
--pinky-pickle:#b86b8c;
--cleopatra-s-gown:#7f4f8c;
}