Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a77ccb;
}
.sonora-rose {
color: #e8d4e5;
}
.purple-premiere {
color: #b59fd6;
}
.lords-of-the-night {
color: #6a3f88;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--wisteria:#a77ccb;
--sonora-rose:#e8d4e5;
--purple-premiere:#b59fd6;
--lords-of-the-night:#6a3f88;
--white:#ffffff;
}