Color names in this palette
CSS code for this palette
/* CSS */
.pink-chintz {
color: #f1c1d0;
}
.fresh-on-the-market {
color: #f8a5ba;
}
.out-of-fashion {
color: #f76e90;
}
.mandarin-red {
color: #e74d3c;
}
.valiant-poppy {
color: #bf3a2b;
}
/* CSS Variables */
:root {
--pink-chintz:#f1c1d0;
--fresh-on-the-market:#f8a5ba;
--out-of-fashion:#f76e90;
--mandarin-red:#e74d3c;
--valiant-poppy:#bf3a2b;
}