Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.blended-fruit {
color: #f8e2a5;
}
.saffron-gold {
color: #f58b00;
}
.tiger-moth-orange {
color: #d85f0e;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--blended-fruit:#f8e2a5;
--saffron-gold:#f58b00;
--tiger-moth-orange:#d85f0e;
}