Color names in this palette
CSS code for this palette
/* CSS */
.powder-blush {
color: #d79289;
}
.pink-fit {
color: #f3a5b0;
}
.sweetheart {
color: #f4c3d6;
}
.pork-belly {
color: #f7dee7;
}
.fairy-tale {
color: #f1b1c9;
}
/* CSS Variables */
:root {
--powder-blush:#d79289;
--pink-fit:#f3a5b0;
--sweetheart:#f4c3d6;
--pork-belly:#f7dee7;
--fairy-tale:#f1b1c9;
}