CSS code for this palette
/* CSS */
.hidden-valley {
color: #6b9b3b;
}
.cos {
color: #a4c68b;
}
.celery-root {
color: #d1e4b9;
}
.spilt-milk {
color: #f3f8d3;
}
.sundance {
color: #f8c76d;
}
/* CSS Variables */
:root {
--hidden-valley:#6b9b3b;
--cos:#a4c68b;
--celery-root:#d1e4b9;
--spilt-milk:#f3f8d3;
--sundance:#f8c76d;
}