Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f0b2d9;
}
.sweetheart {
color: #f3c3d7;
}
.pink-frosting {
color: #f7d4e0;
}
.pork-belly {
color: #f8e2e8;
}
.manga-pink {
color: #f3badb;
}
/* CSS Variables */
:root {
--soft-cashmere:#f0b2d9;
--sweetheart:#f3c3d7;
--pink-frosting:#f7d4e0;
--pork-belly:#f8e2e8;
--manga-pink:#f3badb;
}