Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6d4f8c;
}
.wisteria {
color: #a57cbb;
}
.sparkling-pink {
color: #f6cbe5;
}
.bad-moon-yellow {
color: #f1e5b6;
}
.rosy-outlook {
color: #f7ab9c;
}
/* CSS Variables */
:root {
--magenta-violet:#6d4f8c;
--wisteria:#a57cbb;
--sparkling-pink:#f6cbe5;
--bad-moon-yellow:#f1e5b6;
--rosy-outlook:#f7ab9c;
}