CSS code for this palette
/* CSS */
.sage-leaves {
color: #7c8b5b;
}
.sprout {
color: #b7c79e;
}
.tonic {
color: #dfdfa4;
}
.lazy-daisy {
color: #f9eba4;
}
.peach-damask {
color: #f6c7a7;
}
/* CSS Variables */
:root {
--sage-leaves:#7c8b5b;
--sprout:#b7c79e;
--tonic:#dfdfa4;
--lazy-daisy:#f9eba4;
--peach-damask:#f6c7a7;
}