Color names in this palette
CSS code for this palette
/* CSS */
.enviable {
color: #4c9a3c;
}
.sour-candy {
color: #5bbf4a;
}
.green-lacewing {
color: #86d86f;
}
.grape-green {
color: #a4e8a1;
}
.toxic-steam {
color: #c0f7c4;
}
/* CSS Variables */
:root {
--enviable:#4c9a3c;
--sour-candy:#5bbf4a;
--green-lacewing:#86d86f;
--grape-green:#a4e8a1;
--toxic-steam:#c0f7c4;
}