Color names in this palette
CSS code for this palette
/* CSS */
.green {
color: #00ff00;
}
.poisonous-pesticide {
color: #33cc33;
}
.screamin-green {
color: #66ff66;
}
.bright-mint {
color: #99ff99;
}
.distilled-moss {
color: #ccffcc;
}
/* CSS Variables */
:root {
--green:#00ff00;
--poisonous-pesticide:#33cc33;
--screamin-green:#66ff66;
--bright-mint:#99ff99;
--distilled-moss:#ccffcc;
}