Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.ballerina-pink {
color: #f8b4b9;
}
.blush-tint {
color: #f4e1e5;
}
.milkshake-pink {
color: #f2cfd3;
}
.simple-pink {
color: #f7a1aa;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--ballerina-pink:#f8b4b9;
--blush-tint:#f4e1e5;
--milkshake-pink:#f2cfd3;
--simple-pink:#f7a1aa;
}