Color names in this palette
CSS code for this palette
/* CSS */
.liberal-lilac {
color: #9b58b6;
}
.moonshadow {
color: #8d43ad;
}
.true-purple {
color: #6f2c90;
}
.mandarin-red {
color: #e74d3c;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--liberal-lilac:#9b58b6;
--moonshadow:#8d43ad;
--true-purple:#6f2c90;
--mandarin-red:#e74d3c;
--sunshine-mellow:#f1c40e;
}