Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.marigold-dust {
color: #f6d13c;
}
.sun-god {
color: #e0b85c;
}
.rainforest-glow {
color: #b3c84c;
}
.flat-green {
color: #6b9b50;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--marigold-dust:#f6d13c;
--sun-god:#e0b85c;
--rainforest-glow:#b3c84c;
--flat-green:#6b9b50;
}