Color names in this palette
CSS code for this palette
/* CSS */
.pink-booties {
color: #f0e0e4;
}
.precious-pink {
color: #f7b1b4;
}
.snow-white-blush {
color: #f9aeae;
}
.jemima {
color: #f7d67e;
}
.manhattan {
color: #e2b27e;
}
/* CSS Variables */
:root {
--pink-booties:#f0e0e4;
--precious-pink:#f7b1b4;
--snow-white-blush:#f9aeae;
--jemima:#f7d67e;
--manhattan:#e2b27e;
}