CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.butter-muffin {
color: #f8e0b4;
}
.sunburst {
color: #f2b67d;
}
.ritzy {
color: #d99c5e;
}
.overcast-brick {
color: #b55b3b;
}
/* CSS Variables */
:root {
--white:#ffffff;
--butter-muffin:#f8e0b4;
--sunburst:#f2b67d;
--ritzy:#d99c5e;
--overcast-brick:#b55b3b;
}