Color names in this palette
CSS code for this palette
/* CSS */
.chelsea-cucumber {
color: #85ab5f;
}
.french-market {
color: #a5c8a2;
}
.celery-root {
color: #d5e6b7;
}
.carla {
color: #f2f9c8;
}
.straw-hat {
color: #f1d2a7;
}
/* CSS Variables */
:root {
--chelsea-cucumber:#85ab5f;
--french-market:#a5c8a2;
--celery-root:#d5e6b7;
--carla:#f2f9c8;
--straw-hat:#f1d2a7;
}