Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.bubblegum-pink {
color: #f6b1b9;
}
.first-daughter {
color: #f7d4d8;
}
.pink-tutu {
color: #f9e6e9;
}
.candy-cane {
color: #f9bec2;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--bubblegum-pink:#f6b1b9;
--first-daughter:#f7d4d8;
--pink-tutu:#f9e6e9;
--candy-cane:#f9bec2;
}