Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #487d2c;
}
.fern-flash {
color: #6eae4c;
}
.feralas-lime {
color: #90dc7f;
}
.green-gooseberry {
color: #b2e0a4;
}
.light-green-glint {
color: #e4f8d3;
}
/* CSS Variables */
:root {
--master-chief:#487d2c;
--fern-flash:#6eae4c;
--feralas-lime:#90dc7f;
--green-gooseberry:#b2e0a4;
--light-green-glint:#e4f8d3;
}