Color names in this palette
CSS code for this palette
/* CSS */
.mow-the-lawn {
color: #a7b79a;
}
.healing-aloe {
color: #b8cab4;
}
.dewkist {
color: #c6d0c2;
}
.fairest-jade {
color: #d2e0d1;
}
.frosted-mint {
color: #e4f1e4;
}
/* CSS Variables */
:root {
--mow-the-lawn:#a7b79a;
--healing-aloe:#b8cab4;
--dewkist:#c6d0c2;
--fairest-jade:#d2e0d1;
--frosted-mint:#e4f1e4;
}