Color names in this palette
CSS code for this palette
/* CSS */
.emerald-light-green {
color: #01a267;
}
.garish-green {
color: #4fba88;
}
.peaceful-pastures {
color: #8fd6a8;
}
.patina-green {
color: #b6e7b1;
}
.light-green-glint {
color: #e3f6d5;
}
/* CSS Variables */
:root {
--emerald-light-green:#01a267;
--garish-green:#4fba88;
--peaceful-pastures:#8fd6a8;
--patina-green:#b6e7b1;
--light-green-glint:#e3f6d5;
}