Color names in this palette
CSS code for this palette
/* CSS */
.mystic-nights {
color: #4c2c6d;
}
.magenta-violet {
color: #6b508b;
}
.grey-dusk {
color: #8d7c98;
}
.ecru {
color: #c2b180;
}
.optimistic-yellow {
color: #f7e0a6;
}
/* CSS Variables */
:root {
--mystic-nights:#4c2c6d;
--magenta-violet:#6b508b;
--grey-dusk:#8d7c98;
--ecru:#c2b180;
--optimistic-yellow:#f7e0a6;
}