Color names in this palette
CSS code for this palette
/* CSS */
.lush-paradise {
color: #2f7f33;
}
.devil-s-grass {
color: #4cae4f;
}
.exhilarating-green {
color: #80c684;
}
.mindaro {
color: #dce773;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--lush-paradise:#2f7f33;
--devil-s-grass:#4cae4f;
--exhilarating-green:#80c684;
--mindaro:#dce773;
--hollandaise:#ffec3d;
}