Color names in this palette
CSS code for this palette
/* CSS */
.enviable {
color: #4b9b3b;
}
.ultra-green {
color: #7fbf4a;
}
.tropical-light {
color: #a2d76a;
}
.dingy-sticky-note {
color: #e2f5a3;
}
.porcelain-earth {
color: #f5ffb8;
}
/* CSS Variables */
:root {
--enviable:#4b9b3b;
--ultra-green:#7fbf4a;
--tropical-light:#a2d76a;
--dingy-sticky-note:#e2f5a3;
--porcelain-earth:#f5ffb8;
}