Color names in this palette
CSS code for this palette
/* CSS */
.nandor {
color: #4b5d4e;
}
.balmy-palm-tree {
color: #5d6f64;
}
.jadesheen {
color: #78a17c;
}
.pistachio-green {
color: #a9d6a4;
}
.fairest-jade {
color: #d0e2d0;
}
/* CSS Variables */
:root {
--nandor:#4b5d4e;
--balmy-palm-tree:#5d6f64;
--jadesheen:#78a17c;
--pistachio-green:#a9d6a4;
--fairest-jade:#d0e2d0;
}