Color names in this palette
CSS code for this palette
/* CSS */
.forest-bound {
color: #6a8f4d;
}
.french-market {
color: #a1c69f;
}
.noodles {
color: #f9e3b4;
}
.cuticle-pink {
color: #e6a098;
}
.sweet-mandarin {
color: #d45c3a;
}
/* CSS Variables */
:root {
--forest-bound:#6a8f4d;
--french-market:#a1c69f;
--noodles:#f9e3b4;
--cuticle-pink:#e6a098;
--sweet-mandarin:#d45c3a;
}