Color names in this palette
CSS code for this palette
/* CSS */
.chelsea-cucumber {
color: #85ab5f;
}
.spring-sprig {
color: #a2c49c;
}
.celery-bunch {
color: #d2e3b5;
}
.bean-sprout {
color: #f1f8e8;
}
.mint-julep {
color: #e0f7a1;
}
/* CSS Variables */
:root {
--chelsea-cucumber:#85ab5f;
--spring-sprig:#a2c49c;
--celery-bunch:#d2e3b5;
--bean-sprout:#f1f8e8;
--mint-julep:#e0f7a1;
}