Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #f0a800;
}
.citrus-blast {
color: #e07b38;
}
.tangerine-bliss {
color: #d96030;
}
.cherry-kiss {
color: #a42d3b;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#f0a800;
--citrus-blast:#e07b38;
--tangerine-bliss:#d96030;
--cherry-kiss:#a42d3b;
}