Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #5b2c90;
}
.harley-hair-purple {
color: #8f4cb8;
}
.rich-lavender {
color: #a36ad2;
}
.silver-rust {
color: #c2a2e2;
}
.pouty-purple {
color: #e6d6f0;
}
/* CSS Variables */
:root {
--lucid-dream:#5b2c90;
--harley-hair-purple:#8f4cb8;
--rich-lavender:#a36ad2;
--silver-rust:#c2a2e2;
--pouty-purple:#e6d6f0;
}