Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.strawberry-confection {
color: #f4bec6;
}
.pink-lily {
color: #f8d3e5;
}
.scalloped-potato {
color: #fbe3d0;
}
.peach-bud {
color: #f9b1ae;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--strawberry-confection:#f4bec6;
--pink-lily:#f8d3e5;
--scalloped-potato:#fbe3d0;
--peach-bud:#f9b1ae;
}