Color names in this palette
CSS code for this palette
/* CSS */
.apple-flower {
color: #eaf6eb;
}
.exhilarating-green {
color: #80c684;
}
.devil-s-grass {
color: #4cae4f;
}
.resplendent-growth {
color: #398e3d;
}
.moor-monster {
color: #1c5e21;
}
/* CSS Variables */
:root {
--apple-flower:#eaf6eb;
--exhilarating-green:#80c684;
--devil-s-grass:#4cae4f;
--resplendent-growth:#398e3d;
--moor-monster:#1c5e21;
}