Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.mellowed-gold {
color: #e4a84e;
}
.fired-up {
color: #d57a39;
}
.wilted-brown {
color: #a84c3e;
}
.crystal-dark-red {
color: #6a2a33;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--mellowed-gold:#e4a84e;
--fired-up:#d57a39;
--wilted-brown:#a84c3e;
--crystal-dark-red:#6a2a33;
}