Color names in this palette
CSS code for this palette
/* CSS */
.refined-chianti {
color: #8c1d40;
}
.iridescent-red {
color: #c94a5b;
}
.her-majesty {
color: #f7a1a4;
}
.flattering-peach {
color: #f4d4b3;
}
.baby-chick {
color: #ffeba3;
}
/* CSS Variables */
:root {
--refined-chianti:#8c1d40;
--iridescent-red:#c94a5b;
--her-majesty:#f7a1a4;
--flattering-peach:#f4d4b3;
--baby-chick:#ffeba3;
}