Color names in this palette
CSS code for this palette
/* CSS */
.haute-couture {
color: #9c1c2b;
}
.rebel-red {
color: #d03c35;
}
.flirty-salmon {
color: #f76e69;
}
.pallid-orange {
color: #f9b79f;
}
.cupid-arrow {
color: #f3e2e3;
}
/* CSS Variables */
:root {
--haute-couture:#9c1c2b;
--rebel-red:#d03c35;
--flirty-salmon:#f76e69;
--pallid-orange:#f9b79f;
--cupid-arrow:#f3e2e3;
}