Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4b7e30;
}
.pure-apple {
color: #6bbf4a;
}
.green-lacewing {
color: #90dc6f;
}
.grape-green {
color: #a5e2a2;
}
.end-of-the-rainbow {
color: #d1f5d3;
}
/* CSS Variables */
:root {
--master-chief:#4b7e30;
--pure-apple:#6bbf4a;
--green-lacewing:#90dc6f;
--grape-green:#a5e2a2;
--end-of-the-rainbow:#d1f5d3;
}