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