Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a9e7a2;
}
.soft-lumen {
color: #c1e0b8;
}
.hint-of-mint {
color: #e1f2d4;
}
.bean-sprout {
color: #f5f9e7;
}
.flower-stem {
color: #b5d8b1;
}
/* CSS Variables */
:root {
--grape-green:#a9e7a2;
--soft-lumen:#c1e0b8;
--hint-of-mint:#e1f2d4;
--bean-sprout:#f5f9e7;
--flower-stem:#b5d8b1;
}