Color names in this palette
CSS code for this palette
/* CSS */
.lingering-lilac {
color: #e5e0f0;
}
.purple-premiere {
color: #b8a1d9;
}
.knight-elf {
color: #8c6aaf;
}
.purple-opulence {
color: #644d9d;
}
.clear-purple {
color: #3c2c81;
}
/* CSS Variables */
:root {
--lingering-lilac:#e5e0f0;
--purple-premiere:#b8a1d9;
--knight-elf:#8c6aaf;
--purple-opulence:#644d9d;
--clear-purple:#3c2c81;
}