Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4baf4e;
}
.exhilarating-green {
color: #7fc783;
}
.green-trance {
color: #a4d6a4;
}
.tzatziki-green {
color: #ddeec9;
}
.white-sulfur {
color: #f0f8e8;
}
/* CSS Variables */
:root {
--devil-s-grass:#4baf4e;
--exhilarating-green:#7fc783;
--green-trance:#a4d6a4;
--tzatziki-green:#ddeec9;
--white-sulfur:#f0f8e8;
}