CSS code for this palette
/* CSS */
.posy {
color: #f3e0d3;
}
.fairy-tale {
color: #f1b1c9;
}
.love-spell {
color: #f8b4c9;
}
.peach-tile {
color: #f0a398;
}
.ripe-malinka {
color: #f5566b;
}
/* CSS Variables */
:root {
--posy:#f3e0d3;
--fairy-tale:#f1b1c9;
--love-spell:#f8b4c9;
--peach-tile:#f0a398;
--ripe-malinka:#f5566b;
}