Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #f0a800;
}
.nanohanacha-gold {
color: #e6b22d;
}
.festering-brown {
color: #d18b00;
}
.green-flavor {
color: #beae1e;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#f0a800;
--nanohanacha-gold:#e6b22d;
--festering-brown:#d18b00;
--green-flavor:#beae1e;
}