Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #5d2a92;
}
.harley-hair-purple {
color: #893cb9;
}
.lavendless {
color: #b77ac2;
}
.bordeaux-hint {
color: #f0b7e3;
}
.5 {
color: #f8d48b;
}
/* CSS Variables */
:root {
--lucid-dream:#5d2a92;
--harley-hair-purple:#893cb9;
--lavendless:#b77ac2;
--bordeaux-hint:#f0b7e3;
--5:#f8d48b;
}