Color names in this palette
CSS code for this palette
/* CSS */
.magenta-haze {
color: #9e4c74;
}
.foxy-lady {
color: #d8a6b0;
}
.in-the-pink {
color: #f2c5d1;
}
.light-pretty-pale {
color: #e8d4e0;
}
.blush-tint {
color: #f4e1e6;
}
/* CSS Variables */
:root {
--magenta-haze:#9e4c74;
--foxy-lady:#d8a6b0;
--in-the-pink:#f2c5d1;
--light-pretty-pale:#e8d4e0;
--blush-tint:#f4e1e6;
}