CSS code for this palette
/* CSS */
.hippie-green {
color: #5f8c5f;
}
.gingko {
color: #a0c59b;
}
.vanilla {
color: #f3e6aa;
}
.bright-delight {
color: #d15b29;
}
.couch {
color: #502c21;
}
/* CSS Variables */
:root {
--hippie-green:#5f8c5f;
--gingko:#a0c59b;
--vanilla:#f3e6aa;
--bright-delight:#d15b29;
--couch:#502c21;
}