Color names in this palette
CSS code for this palette
/* CSS */
.pistachio-green {
color: #a7d69f;
}
.patina-green {
color: #b8e6b3;
}
.light-green-glint {
color: #e3f6d5;
}
.bean-sprout {
color: #f2f9e7;
}
.frozen-pea {
color: #c5e8d4;
}
/* CSS Variables */
:root {
--pistachio-green:#a7d69f;
--patina-green:#b8e6b3;
--light-green-glint:#e3f6d5;
--bean-sprout:#f2f9e7;
--frozen-pea:#c5e8d4;
}