Color names in this palette
CSS code for this palette
/* CSS */
.haute-couture {
color: #9b1c2b;
}
.berrylicious {
color: #d65c6c;
}
.princess {
color: #f1a7b6;
}
.blush-tint {
color: #f5e0e6;
}
.lady-pink {
color: #f2d4cf;
}
/* CSS Variables */
:root {
--haute-couture:#9b1c2b;
--berrylicious:#d65c6c;
--princess:#f1a7b6;
--blush-tint:#f5e0e6;
--lady-pink:#f2d4cf;
}