Color names in this palette
CSS code for this palette
/* CSS */
.overgrowth {
color: #8ccb3a;
}
.last-of-lettuce {
color: #a9d96d;
}
.mermaid-tears {
color: #d4e4a5;
}
.chiffon {
color: #f4f8b9;
}
.noodles {
color: #f9e2b4;
}
/* CSS Variables */
:root {
--overgrowth:#8ccb3a;
--last-of-lettuce:#a9d96d;
--mermaid-tears:#d4e4a5;
--chiffon:#f4f8b9;
--noodles:#f9e2b4;
}