Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.mellowed-gold {
color: #e2aa50;
}
.golden-nugget {
color: #d88c46;
}
.tartare {
color: #bf5c3b;
}
.wilted-brown {
color: #a94b3d;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--mellowed-gold:#e2aa50;
--golden-nugget:#d88c46;
--tartare:#bf5c3b;
--wilted-brown:#a94b3d;
}