Color names in this palette
CSS code for this palette
/* CSS */
.chelsea-cucumber {
color: #85ab5f;
}
.pastel-meadow {
color: #a9cbb0;
}
.peppermint-patty {
color: #d1e5d4;
}
.bean-sprout {
color: #f3f9e7;
}
.hawaiian-cream {
color: #f9e6b9;
}
/* CSS Variables */
:root {
--chelsea-cucumber:#85ab5f;
--pastel-meadow:#a9cbb0;
--peppermint-patty:#d1e5d4;
--bean-sprout:#f3f9e7;
--hawaiian-cream:#f9e6b9;
}