Color names in this palette
CSS code for this palette
/* CSS */
.granny-smith-apple {
color: #a0dd8d;
}
.celtic-spring {
color: #a8e1b6;
}
.lattice-work {
color: #b8e5c1;
}
.light-green-glint {
color: #e5f5d6;
}
.bean-sprout {
color: #f5f9e7;
}
/* CSS Variables */
:root {
--granny-smith-apple:#a0dd8d;
--celtic-spring:#a8e1b6;
--lattice-work:#b8e5c1;
--light-green-glint:#e5f5d6;
--bean-sprout:#f5f9e7;
}