Color names in this palette
CSS code for this palette
/* CSS */
.emerald-ring {
color: #5a8c5a;
}
.french-market {
color: #a0caa0;
}
.herbal-mist {
color: #d2e5d2;
}
.shyness {
color: #f3f2d8;
}
.bleached-apricot {
color: #f7c7ab;
}
/* CSS Variables */
:root {
--emerald-ring:#5a8c5a;
--french-market:#a0caa0;
--herbal-mist:#d2e5d2;
--shyness:#f3f2d8;
--bleached-apricot:#f7c7ab;
}