Color names in this palette
CSS code for this palette
/* CSS */
.chelsea-cucumber {
color: #85ab5f;
}
.french-market {
color: #a5c8a2;
}
.peppermint-patty {
color: #d2e5d6;
}
.bean-sprout {
color: #f4f8e7;
}
.apricot-gelato {
color: #f7d5b0;
}
/* CSS Variables */
:root {
--chelsea-cucumber:#85ab5f;
--french-market:#a5c8a2;
--peppermint-patty:#d2e5d6;
--bean-sprout:#f4f8e7;
--apricot-gelato:#f7d5b0;
}