CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.allspice {
color: #f9cca9;
}
.custard-puff {
color: #fcecb0;
}
.fondue {
color: #fdf5c4;
}
.paw-paw {
color: #f9d59f;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--allspice:#f9cca9;
--custard-puff:#fcecb0;
--fondue:#fdf5c4;
--paw-paw:#f9d59f;
}