Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.pink-grapefruit {
color: #f4b8c7;
}
.pink-tutu {
color: #f9e6e8;
}
.cake-dough {
color: #fce1a6;
}
.rajah {
color: #f7a85e;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--pink-grapefruit:#f4b8c7;
--pink-tutu:#f9e6e8;
--cake-dough:#fce1a6;
--rajah:#f7a85e;
}