CSS code for this palette
/* CSS */
.butter-muffin {
color: #f8dfb4;
}
.ibis {
color: #f6b1c0;
}
.rosecco {
color: #eab8e4;
}
.island-light {
color: #a6c6ed;
}
.fair-aqua {
color: #b5e3d8;
}
/* CSS Variables */
:root {
--butter-muffin:#f8dfb4;
--ibis:#f6b1c0;
--rosecco:#eab8e4;
--island-light:#a6c6ed;
--fair-aqua:#b5e3d8;
}