Color names in this palette
CSS code for this palette
/* CSS */
.haute-couture {
color: #9c1c2b;
}
.spirit-warrior {
color: #d3523c;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.blushing-senorita {
color: #f3c9cb;
}
.wild-berry {
color: #7d3b3b;
}
/* CSS Variables */
:root {
--haute-couture:#9c1c2b;
--spirit-warrior:#d3523c;
--apricot-glazed-chicken:#f5a524;
--blushing-senorita:#f3c9cb;
--wild-berry:#7d3b3b;
}