Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.exhilarating-green {
color: #80c684;
}
.wintergreen-mint {
color: #c7e5c8;
}
.white-sulfur {
color: #f0f8e8;
}
.apple-flower {
color: #eaf6eb;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--exhilarating-green:#80c684;
--wintergreen-mint:#c7e5c8;
--white-sulfur:#f0f8e8;
--apple-flower:#eaf6eb;
}