Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.exhilarating-green {
color: #80c684;
}
.egg-yolk {
color: #ffcc80;
}
.smashing-pumpkins {
color: #ff5724;
}
.nebula-outpost {
color: #8c24a8;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--exhilarating-green:#80c684;
--egg-yolk:#ffcc80;
--smashing-pumpkins:#ff5724;
--nebula-outpost:#8c24a8;
}