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