Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f9d66c;
}
.welcoming-wasp {
color: #f0a800;
}
.curry {
color: #d7a033;
}
.golf-day {
color: #5b8f3d;
}
.fat-gold {
color: #e6b800;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f9d66c;
--welcoming-wasp:#f0a800;
--curry:#d7a033;
--golf-day:#5b8f3d;
--fat-gold:#e6b800;
}