Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.exhilarating-green {
color: #80c684;
}
.green-trance {
color: #a4d5a6;
}
.tea-green {
color: #d1f0c1;
}
.white-sulfur {
color: #f0f8e8;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--exhilarating-green:#80c684;
--green-trance:#a4d5a6;
--tea-green:#d1f0c1;
--white-sulfur:#f0f8e8;
}