Color names in this palette
CSS code for this palette
/* CSS */
.haute-couture {
color: #9c1c2b;
}
.bacon-strips {
color: #e13e33;
}
.calabrese {
color: #f1a8a2;
}
.lady-pink {
color: #f4d3cd;
}
.satin-pink {
color: #f9dfdc;
}
/* CSS Variables */
:root {
--haute-couture:#9c1c2b;
--bacon-strips:#e13e33;
--calabrese:#f1a8a2;
--lady-pink:#f4d3cd;
--satin-pink:#f9dfdc;
}