Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4b7d2b;
}
.fern-flash {
color: #6dac4d;
}
.apple-orchard {
color: #8fcc6b;
}
.basil-smash {
color: #b3e7a2;
}
.end-of-the-rainbow {
color: #d0f6d3;
}
/* CSS Variables */
:root {
--master-chief:#4b7d2b;
--fern-flash:#6dac4d;
--apple-orchard:#8fcc6b;
--basil-smash:#b3e7a2;
--end-of-the-rainbow:#d0f6d3;
}