Color names in this palette
CSS code for this palette
/* CSS */
.lingering-lilac {
color: #e5e0f0;
}
.lavender-water {
color: #d1c6e1;
}
.violet-velvet {
color: #b79dd8;
}
.lavish-spending {
color: #8066c2;
}
.coronation-blue {
color: #5a4c9a;
}
/* CSS Variables */
:root {
--lingering-lilac:#e5e0f0;
--lavender-water:#d1c6e1;
--violet-velvet:#b79dd8;
--lavish-spending:#8066c2;
--coronation-blue:#5a4c9a;
}