Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #f0a800;
}
.harvest-eve-gold {
color: #d68f00;
}
.bamboo-brown {
color: #c77e00;
}
.indocile-tiger {
color: #b86e00;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#f0a800;
--harvest-eve-gold:#d68f00;
--bamboo-brown:#c77e00;
--indocile-tiger:#b86e00;
}