Color names in this palette
CSS code for this palette
/* CSS */
.limestoned {
color: #a8c8a2;
}
.herbal-mist {
color: #d3e6d1;
}
.bean-sprout {
color: #f1f8e7;
}
.slime-lime {
color: #b7ebc2;
}
.shanghai-jade {
color: #a4dab9;
}
/* CSS Variables */
:root {
--limestoned:#a8c8a2;
--herbal-mist:#d3e6d1;
--bean-sprout:#f1f8e7;
--slime-lime:#b7ebc2;
--shanghai-jade:#a4dab9;
}