Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6c508b;
}
.wisteria {
color: #a57dba;
}
.romantic-morning {
color: #e1b7e0;
}
.laelia-pink {
color: #f5c7e1;
}
.rubber-radish {
color: #ff9999;
}
/* CSS Variables */
:root {
--magenta-violet:#6c508b;
--wisteria:#a57dba;
--romantic-morning:#e1b7e0;
--laelia-pink:#f5c7e1;
--rubber-radish:#ff9999;
}