CSS code for this palette
/* CSS */
.overtone {
color: #a8e6b7;
}
.appetite {
color: #b3e8b0;
}
.chicon {
color: #d8f4b8;
}
.chiffon {
color: #f3f8b9;
}
.tunisian-stone {
color: #ffdfb3;
}
/* CSS Variables */
:root {
--overtone:#a8e6b7;
--appetite:#b3e8b0;
--chicon:#d8f4b8;
--chiffon:#f3f8b9;
--tunisian-stone:#ffdfb3;
}