Color names in this palette
CSS code for this palette
/* CSS */
.clover-mist {
color: #69bf81;
}
.devil-s-grass {
color: #4cae4f;
}
.resplendent-growth {
color: #398e3d;
}
.lush-paradise {
color: #2f7f33;
}
.moor-monster {
color: #1c5e21;
}
/* CSS Variables */
:root {
--clover-mist:#69bf81;
--devil-s-grass:#4cae4f;
--resplendent-growth:#398e3d;
--lush-paradise:#2f7f33;
--moor-monster:#1c5e21;
}