Color names in this palette
CSS code for this palette
/* CSS */
.pure-mauve {
color: #6a4c94;
}
.knight-elf {
color: #8c6aaf;
}
.grape-illusion {
color: #b1a7d7;
}
.footie-pajamas {
color: #e6c9e8;
}
.sheer-lavender {
color: #f0e2f3;
}
/* CSS Variables */
:root {
--pure-mauve:#6a4c94;
--knight-elf:#8c6aaf;
--grape-illusion:#b1a7d7;
--footie-pajamas:#e6c9e8;
--sheer-lavender:#f0e2f3;
}