Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #f0a800;
}
.clear-orange {
color: #f08800;
}
.accent-orange {
color: #e66b00;
}
.deep-orange {
color: #db4d00;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#f0a800;
--clear-orange:#f08800;
--accent-orange:#e66b00;
--deep-orange:#db4d00;
}