Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.simple-pink {
color: #f7a1a7;
}
.pink-dogwood {
color: #f7cfd3;
}
.pork-belly {
color: #f8e2e7;
}
.mountain-laurel {
color: #f3c9d7;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--simple-pink:#f7a1a7;
--pink-dogwood:#f7cfd3;
--pork-belly:#f8e2e7;
--mountain-laurel:#f3c9d7;
}