Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.simple-pink {
color: #f6a2a8;
}
.mary-s-rose {
color: #f6d0d3;
}
.in-the-pink {
color: #f4c3d1;
}
.soft-cashmere {
color: #f2b0d7;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--simple-pink:#f6a2a8;
--mary-s-rose:#f6d0d3;
--in-the-pink:#f4c3d1;
--soft-cashmere:#f2b0d7;
}