Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f0b7d7;
}
.pink-fit {
color: #f8a5b1;
}
.flower-blossom-pink {
color: #ef7b8b;
}
.swiss-chard {
color: #e3596e;
}
.t-natiuh-red {
color: #d03e56;
}
/* CSS Variables */
:root {
--soft-cashmere:#f0b7d7;
--pink-fit:#f8a5b1;
--flower-blossom-pink:#ef7b8b;
--swiss-chard:#e3596e;
--t-natiuh-red:#d03e56;
}