Color names in this palette
CSS code for this palette
/* CSS */
.enviable {
color: #4c9c3a;
}
.green-flash {
color: #7dd053;
}
.stem-green {
color: #a9e189;
}
.weak-yellow {
color: #f2f7d9;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--enviable:#4c9c3a;
--green-flash:#7dd053;
--stem-green:#a9e189;
--weak-yellow:#f2f7d9;
--creamy-sweet-corn:#f9c54e;
}