Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #5b2a92;
}
.harley-hair-purple {
color: #8f4bb9;
}
.luminous-lavender {
color: #b88fe0;
}
.whisper-of-plum {
color: #d0b2e0;
}
.minute-mauve {
color: #f1e2f8;
}
/* CSS Variables */
:root {
--lucid-dream:#5b2a92;
--harley-hair-purple:#8f4bb9;
--luminous-lavender:#b88fe0;
--whisper-of-plum:#d0b2e0;
--minute-mauve:#f1e2f8;
}