CSS code for this palette
/* CSS */
.young-bamboo {
color: #69bf88;
}
.overtone {
color: #a6e2af;
}
.bean-sprout {
color: #f3f9e7;
}
.english-rose {
color: #f5c7c2;
}
.meat {
color: #f07f7f;
}
/* CSS Variables */
:root {
--young-bamboo:#69bf88;
--overtone:#a6e2af;
--bean-sprout:#f3f9e7;
--english-rose:#f5c7c2;
--meat:#f07f7f;
}