Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.pure-apple {
color: #6bbf4a;
}
.green-lacewing {
color: #8ad56d;
}
.appetite {
color: #b2e2a7;
}
.light-green-glint {
color: #e5f4d7;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--pure-apple:#6bbf4a;
--green-lacewing:#8ad56d;
--appetite:#b2e2a7;
--light-green-glint:#e5f4d7;
}