Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4a7c2d;
}
.pure-apple {
color: #6caf4b;
}
.mother-of-pearl-green {
color: #8fd69c;
}
.basil-smash {
color: #b4df9f;
}
.applemint-soda {
color: #f2f6ea;
}
/* CSS Variables */
:root {
--master-chief:#4a7c2d;
--pure-apple:#6caf4b;
--mother-of-pearl-green:#8fd69c;
--basil-smash:#b4df9f;
--applemint-soda:#f2f6ea;
}