Color names in this palette
CSS code for this palette
/* CSS */
.green {
color: #00ff00;
}
.alien-parasite {
color: #66ff33;
}
.stadium-lawn {
color: #99ff66;
}
.celery-mousse {
color: #ccff99;
}
.snowdrop {
color: #e6ffcc;
}
/* CSS Variables */
:root {
--green:#00ff00;
--alien-parasite:#66ff33;
--stadium-lawn:#99ff66;
--celery-mousse:#ccff99;
--snowdrop:#e6ffcc;
}