Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a7e6a3;
}
.celadon {
color: #b0e4af;
}
.sweet-menthol {
color: #c3e5b8;
}
.pastel-mint {
color: #d2f1cb;
}
.light-green-glint {
color: #e3f6d5;
}
/* CSS Variables */
:root {
--grape-green:#a7e6a3;
--celadon:#b0e4af;
--sweet-menthol:#c3e5b8;
--pastel-mint:#d2f1cb;
--light-green-glint:#e3f6d5;
}