Color names in this palette
CSS code for this palette
/* CSS */
.chelsea-cucumber {
color: #85ab5f;
}
.geddy-green {
color: #a8c99c;
}
.iced-avocado {
color: #c7e5b8;
}
.light-green-glint {
color: #e3f6d5;
}
.chilean-heath {
color: #f7fbdf;
}
/* CSS Variables */
:root {
--chelsea-cucumber:#85ab5f;
--geddy-green:#a8c99c;
--iced-avocado:#c7e5b8;
--light-green-glint:#e3f6d5;
--chilean-heath:#f7fbdf;
}