Color names in this palette
CSS code for this palette
/* CSS */
.spring-bouquet {
color: #5dda78;
}
.lime-lizard {
color: #a5d65c;
}
.straw {
color: #e5d76c;
}
.radiant-sun {
color: #f3ca4f;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--spring-bouquet:#5dda78;
--lime-lizard:#a5d65c;
--straw:#e5d76c;
--radiant-sun:#f3ca4f;
--sun-orange:#f47b1f;
}