Color names in this palette
CSS code for this palette
/* CSS */
.chelsea-cucumber {
color: #85ab5f;
}
.coral-springs {
color: #a9d0b1;
}
.white-vienna {
color: #c4e0b2;
}
.dingy-sticky-note {
color: #e7f7a1;
}
.goldfinch {
color: #f9e25d;
}
/* CSS Variables */
:root {
--chelsea-cucumber:#85ab5f;
--coral-springs:#a9d0b1;
--white-vienna:#c4e0b2;
--dingy-sticky-note:#e7f7a1;
--goldfinch:#f9e25d;
}