Color names in this palette
CSS code for this palette
/* CSS */
.somewhere-in-a-fairytale {
color: #d19bd9;
}
.lavendless {
color: #b77bc6;
}
.prickly-purple {
color: #a266b7;
}
.harley-hair-purple {
color: #8e4eb7;
}
.lucid-dream {
color: #6c2a92;
}
/* CSS Variables */
:root {
--somewhere-in-a-fairytale:#d19bd9;
--lavendless:#b77bc6;
--prickly-purple:#a266b7;
--harley-hair-purple:#8e4eb7;
--lucid-dream:#6c2a92;
}