Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6d508b;
}
.wild-lavender {
color: #a27c9e;
}
.pale-lilac {
color: #d8b6c2;
}
.sunday-afternoon {
color: #f5c87a;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--magenta-violet:#6d508b;
--wild-lavender:#a27c9e;
--pale-lilac:#d8b6c2;
--sunday-afternoon:#f5c87a;
--sun-orange:#f47b1f;
}