Color names in this palette
CSS code for this palette
/* CSS */
.chelsea-cucumber {
color: #85ab5f;
}
.limestoned {
color: #a6c9a6;
}
.chayote {
color: #c5e2c5;
}
.friendly-basilisk {
color: #dff6df;
}
.herbal-tea {
color: #f7ffeb;
}
/* CSS Variables */
:root {
--chelsea-cucumber:#85ab5f;
--limestoned:#a6c9a6;
--chayote:#c5e2c5;
--friendly-basilisk:#dff6df;
--herbal-tea:#f7ffeb;
}