Color names in this palette
CSS code for this palette
/* CSS */
.liberal-lilac {
color: #9b58b6;
}
.moonshadow {
color: #8d43ad;
}
.lounge-violet {
color: #5e3370;
}
.ore-mountains-green {
color: #2e6b50;
}
.purity {
color: #d9c7e1;
}
/* CSS Variables */
:root {
--liberal-lilac:#9b58b6;
--moonshadow:#8d43ad;
--lounge-violet:#5e3370;
--ore-mountains-green:#2e6b50;
--purity:#d9c7e1;
}