Color names in this palette
CSS code for this palette
/* CSS */
.liberal-lilac {
color: #9b58b6;
}
.moonshadow {
color: #8d43ad;
}
.lounge-violet {
color: #5e3370;
}
.tenn {
color: #d15400;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--liberal-lilac:#9b58b6;
--moonshadow:#8d43ad;
--lounge-violet:#5e3370;
--tenn:#d15400;
--orange-gluttony:#e77e23;
}