Color names in this palette
CSS code for this palette
/* CSS */
.pink-booties {
color: #f0e0e5;
}
.sweetheart {
color: #f4c3d6;
}
.pink-blush {
color: #f7abb5;
}
.pink-eraser {
color: #f29c9d;
}
.flower-blossom-pink {
color: #f57a8b;
}
/* CSS Variables */
:root {
--pink-booties:#f0e0e5;
--sweetheart:#f4c3d6;
--pink-blush:#f7abb5;
--pink-eraser:#f29c9d;
--flower-blossom-pink:#f57a8b;
}