Color names in this palette
CSS code for this palette
/* CSS */
.bubble-bobble-green {
color: #00b300;
}
.tropical-elements {
color: #38ff38;
}
.screamin-green {
color: #66ff66;
}
.bright-mint {
color: #99ff99;
}
.distilled-moss {
color: #ccffcc;
}
/* CSS Variables */
:root {
--bubble-bobble-green:#00b300;
--tropical-elements:#38ff38;
--screamin-green:#66ff66;
--bright-mint:#99ff99;
--distilled-moss:#ccffcc;
}