Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #f0a800;
}
.saffron-gold {
color: #f08c00;
}
.clementine {
color: #f07000;
}
.orange-danger {
color: #e05e00;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#f0a800;
--saffron-gold:#f08c00;
--clementine:#f07000;
--orange-danger:#e05e00;
}