Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #5d2a92;
}
.harley-hair-purple {
color: #7e4aba;
}
.lilac-bush {
color: #9c6ec4;
}
.spring-wisteria {
color: #d1a3e0;
}
.sugarwinkle {
color: #f7c5e6;
}
/* CSS Variables */
:root {
--lucid-dream:#5d2a92;
--harley-hair-purple:#7e4aba;
--lilac-bush:#9c6ec4;
--spring-wisteria:#d1a3e0;
--sugarwinkle:#f7c5e6;
}