Color names in this palette
CSS code for this palette
/* CSS */
.bright-mint {
color: #99ff99;
}
.aurora-green {
color: #6fd8a1;
}
.garish-green {
color: #4abf8e;
}
.link-s-awakening {
color: #3dae79;
}
.kelly-green {
color: #2ca55c;
}
/* CSS Variables */
:root {
--bright-mint:#99ff99;
--aurora-green:#6fd8a1;
--garish-green:#4abf8e;
--link-s-awakening:#3dae79;
--kelly-green:#2ca55c;
}