Color names in this palette
CSS code for this palette
/* CSS */
.spandex-green {
color: #37b34a;
}
.koopa-green-shell {
color: #4dcb5a;
}
.ragweed {
color: #7edd8b;
}
.ultra-mint {
color: #a1edb4;
}
.seafoam-splashes {
color: #b1f6c7;
}
/* CSS Variables */
:root {
--spandex-green:#37b34a;
--koopa-green-shell:#4dcb5a;
--ragweed:#7edd8b;
--ultra-mint:#a1edb4;
--seafoam-splashes:#b1f6c7;
}