Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4a7c2d;
}
.pure-apple {
color: #70af4b;
}
.snarky-mint {
color: #9edc7a;
}
.field-day {
color: #c4e3a1;
}
.light-green-glint {
color: #e6f8d3;
}
/* CSS Variables */
:root {
--master-chief:#4a7c2d;
--pure-apple:#70af4b;
--snarky-mint:#9edc7a;
--field-day:#c4e3a1;
--light-green-glint:#e6f8d3;
}