Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.exhilarating-green {
color: #80c684;
}
.hollandaise {
color: #ffec3d;
}
.smashing-pumpkins {
color: #ff5724;
}
.pink-spyro {
color: #9b27b0;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--exhilarating-green:#80c684;
--hollandaise:#ffec3d;
--smashing-pumpkins:#ff5724;
--pink-spyro:#9b27b0;
}