Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.raging-leaf {
color: #e05a00;
}
.dark-orange {
color: #c75000;
}
.orange-outburst {
color: #d66f00;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--raging-leaf:#e05a00;
--dark-orange:#c75000;
--orange-outburst:#d66f00;
--solar-plexus-chakra:#f1c84b;
}