Color names in this palette
CSS code for this palette
/* CSS */
.shanghai-jade {
color: #a9daba;
}
.leafy {
color: #6d9d6c;
}
.tarmac-green {
color: #4b814d;
}
.french-market {
color: #a4c3a2;
}
.chayote {
color: #c7e4c4;
}
/* CSS Variables */
:root {
--shanghai-jade:#a9daba;
--leafy:#6d9d6c;
--tarmac-green:#4b814d;
--french-market:#a4c3a2;
--chayote:#c7e4c4;
}