Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a7df9f;
}
.green-trance {
color: #a2d8a2;
}
.low-tide {
color: #99d1a5;
}
.van-gogh-green {
color: #6ccb92;
}
.forest-maid {
color: #4cb86b;
}
/* CSS Variables */
:root {
--grape-green:#a7df9f;
--green-trance:#a2d8a2;
--low-tide:#99d1a5;
--van-gogh-green:#6ccb92;
--forest-maid:#4cb86b;
}