Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.pink-fit {
color: #f3aab3;
}
.in-the-pink {
color: #f2c5d3;
}
.venus-pink {
color: #f1e4e7;
}
.whitest-white {
color: #f9f8f6;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--pink-fit:#f3aab3;
--in-the-pink:#f2c5d3;
--venus-pink:#f1e4e7;
--whitest-white:#f9f8f6;
}