Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.precious-pink {
color: #f6b1b6;
}
.first-daughter {
color: #f8d3d6;
}
.pink-tutu {
color: #fbe4e7;
}
.lynx-white {
color: #f9f6f7;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--precious-pink:#f6b1b6;
--first-daughter:#f8d3d6;
--pink-tutu:#fbe4e7;
--lynx-white:#f9f6f7;
}