Color names in this palette
CSS code for this palette
/* CSS */
.liberal-lilac {
color: #9b58b6;
}
.moonshadow {
color: #8d43ad;
}
.cadmium-violet {
color: #813d99;
}
.orange-gluttony {
color: #e77e23;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--liberal-lilac:#9b58b6;
--moonshadow:#8d43ad;
--cadmium-violet:#813d99;
--orange-gluttony:#e77e23;
--dodgeroll-gold:#f39c12;
}