Color names in this palette
CSS code for this palette
/* CSS */
.liberal-lilac {
color: #9b58b6;
}
.moonshadow {
color: #8d43ad;
}
.lounge-violet {
color: #5e3370;
}
.dusty-coral {
color: #d29c89;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--liberal-lilac:#9b58b6;
--moonshadow:#8d43ad;
--lounge-violet:#5e3370;
--dusty-coral:#d29c89;
--sunshine-mellow:#f1c40e;
}