Color names in this palette
CSS code for this palette
/* CSS */
.pinebrook {
color: #5a6d5a;
}
.bamboo-shoot {
color: #a2b79f;
}
.fairest-jade {
color: #d0e2d0;
}
.applemint-soda {
color: #f1f7e8;
}
.noodles {
color: #f8e5b4;
}
/* CSS Variables */
:root {
--pinebrook:#5a6d5a;
--bamboo-shoot:#a2b79f;
--fairest-jade:#d0e2d0;
--applemint-soda:#f1f7e8;
--noodles:#f8e5b4;
}