Color names in this palette
CSS code for this palette
/* CSS */
.haute-couture {
color: #9c1c2b;
}
.ribbon-red {
color: #c02a39;
}
.swiss-chard {
color: #e05c6c;
}
.roseberry {
color: #f4a69f;
}
.cherry-blossom-pink {
color: #ffb8c4;
}
/* CSS Variables */
:root {
--haute-couture:#9c1c2b;
--ribbon-red:#c02a39;
--swiss-chard:#e05c6c;
--roseberry:#f4a69f;
--cherry-blossom-pink:#ffb8c4;
}