Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4a7b2d;
}
.pure-apple {
color: #69bf4a;
}
.herbivore {
color: #90ea6c;
}
.neo-mint {
color: #a5f8c8;
}
.frozen-forest {
color: #d3e7b6;
}
/* CSS Variables */
:root {
--master-chief:#4a7b2d;
--pure-apple:#69bf4a;
--herbivore:#90ea6c;
--neo-mint:#a5f8c8;
--frozen-forest:#d3e7b6;
}