Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.not-yo-cheese {
color: #fbc02d;
}
.smashing-pumpkins {
color: #ff5724;
}
.karimun-blue {
color: #2094f3;
}
.pink-spyro {
color: #9b27b0;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--not-yo-cheese:#fbc02d;
--smashing-pumpkins:#ff5724;
--karimun-blue:#2094f3;
--pink-spyro:#9b27b0;
}