Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #5b2a92;
}
.juneberry {
color: #7a4f9c;
}
.lilac-purple {
color: #a07dbf;
}
.perfume {
color: #c4a6d9;
}
.sheer-lavender {
color: #f4e1f1;
}
/* CSS Variables */
:root {
--lucid-dream:#5b2a92;
--juneberry:#7a4f9c;
--lilac-purple:#a07dbf;
--perfume:#c4a6d9;
--sheer-lavender:#f4e1f1;
}