Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #487d2c;
}
.pure-apple {
color: #6dba4a;
}
.bright-lettuce {
color: #8fcf68;
}
.grape-green {
color: #a8e8a1;
}
.distilled-moss {
color: #d2f9c8;
}
/* CSS Variables */
:root {
--master-chief:#487d2c;
--pure-apple:#6dba4a;
--bright-lettuce:#8fcf68;
--grape-green:#a8e8a1;
--distilled-moss:#d2f9c8;
}