Color names in this palette
CSS code for this palette
/* CSS */
.chelsea-cucumber {
color: #85ab5f;
}
.limestoned {
color: #a7caa0;
}
.mountain-spring {
color: #d9e6c1;
}
.applemint-soda {
color: #f1f7e9;
}
.white-crest {
color: #f9f9f0;
}
/* CSS Variables */
:root {
--chelsea-cucumber:#85ab5f;
--limestoned:#a7caa0;
--mountain-spring:#d9e6c1;
--applemint-soda:#f1f7e9;
--white-crest:#f9f9f0;
}