Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f1b1d6;
}
.shocking {
color: #e89bbf;
}
.impatient-pink {
color: #d87d99;
}
.rouge-red {
color: #e04d68;
}
.ribbon-red {
color: #bb2a3b;
}
/* CSS Variables */
:root {
--soft-cashmere:#f1b1d6;
--shocking:#e89bbf;
--impatient-pink:#d87d99;
--rouge-red:#e04d68;
--ribbon-red:#bb2a3b;
}