CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.sweetheart {
color: #f4c3d6;
}
.pink-fit {
color: #f2a6b1;
}
.flamingo-red {
color: #f08d8a;
}
.redstone {
color: #e76e6e;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--sweetheart:#f4c3d6;
--pink-fit:#f2a6b1;
--flamingo-red:#f08d8a;
--redstone:#e76e6e;
}