Color names in this palette
CSS code for this palette
/* CSS */
.lords-of-the-night {
color: #6a3f88;
}
.dark-lilac {
color: #9f6ea0;
}
.shady-pink {
color: #c5a5b2;
}
.demure-pink {
color: #f8d2c4;
}
.wildflower-bouquet {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--lords-of-the-night:#6a3f88;
--dark-lilac:#9f6ea0;
--shady-pink:#c5a5b2;
--demure-pink:#f8d2c4;
--wildflower-bouquet:#ffb3b3;
}