Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a6d25b;
}
.citrus-surge {
color: #8bc34b;
}
.jasmine-green {
color: #70bf3b;
}
.devil-s-grass {
color: #4cae4f;
}
.resplendent-growth {
color: #398e3d;
}
/* CSS Variables */
:root {
--lime-lizard:#a6d25b;
--citrus-surge:#8bc34b;
--jasmine-green:#70bf3b;
--devil-s-grass:#4cae4f;
--resplendent-growth:#398e3d;
}