Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.marigold-dust {
color: #f6d13c;
}
.marigold-yellow {
color: #f9e86c;
}
.themeda-japonica {
color: #e2b240;
}
.harvest-eve-gold {
color: #d68f00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--marigold-dust:#f6d13c;
--marigold-yellow:#f9e86c;
--themeda-japonica:#e2b240;
--harvest-eve-gold:#d68f00;
}