Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.exhilarating-green {
color: #80c684;
}
.green-trance {
color: #a4d5a6;
}
.mindaro {
color: #dce773;
}
.greenivorous {
color: #cbdc38;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--exhilarating-green:#80c684;
--green-trance:#a4d5a6;
--mindaro:#dce773;
--greenivorous:#cbdc38;
}