Color names in this palette
CSS code for this palette
/* CSS */
.radiant-hulk {
color: #1aff3c;
}
.bright-light-green {
color: #3dff57;
}
.screamin-green {
color: #5afc75;
}
.ragweed {
color: #7cf398;
}
.ultra-mint {
color: #a7f1b7;
}
/* CSS Variables */
:root {
--radiant-hulk:#1aff3c;
--bright-light-green:#3dff57;
--screamin-green:#5afc75;
--ragweed:#7cf398;
--ultra-mint:#a7f1b7;
}