CSS code for this palette
/* CSS */
.bone-white {
color: #f2e1b1;
}
.banana-mania {
color: #fbe6b1;
}
.maple-beige {
color: #fcd2a1;
}
.first-date {
color: #f6b4a2;
}
.meat {
color: #f27d7d;
}
/* CSS Variables */
:root {
--bone-white:#f2e1b1;
--banana-mania:#fbe6b1;
--maple-beige:#fcd2a1;
--first-date:#f6b4a2;
--meat:#f27d7d;
}