Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #f0a800;
}
.fox-tails {
color: #e08e00;
}
.curry-powder {
color: #d16900;
}
.crema {
color: #c75d00;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#f0a800;
--fox-tails:#e08e00;
--curry-powder:#d16900;
--crema:#c75d00;
}