Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.exhilarating-green {
color: #80c684;
}
.wasabi {
color: #aed581;
}
.mindaro {
color: #dce773;
}
.not-yo-cheese {
color: #fbc02d;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--exhilarating-green:#80c684;
--wasabi:#aed581;
--mindaro:#dce773;
--not-yo-cheese:#fbc02d;
}