Color names in this palette
CSS code for this palette
/* CSS */
.stadium-lawn {
color: #99fd63;
}
.key-lime {
color: #b2ff7a;
}
.green-shimmer {
color: #d6ff8a;
}
.metal-spark {
color: #f2ff9e;
}
.vic-20-creme {
color: #ffffb3;
}
/* CSS Variables */
:root {
--stadium-lawn:#99fd63;
--key-lime:#b2ff7a;
--green-shimmer:#d6ff8a;
--metal-spark:#f2ff9e;
--vic-20-creme:#ffffb3;
}