Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #f0a800;
}
.mikan-orange {
color: #f08400;
}
.orange-pepper {
color: #d67d00;
}
.raw-sienna {
color: #9e5f00;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#f0a800;
--mikan-orange:#f08400;
--orange-pepper:#d67d00;
--raw-sienna:#9e5f00;
}