Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a57ac2;
}
.legendary-lavender {
color: #9b5cd6;
}
.soft-purple {
color: #9f6dba;
}
.bright-ube {
color: #d6a1e8;
}
.scented-spring {
color: #ecd7f4;
}
/* CSS Variables */
:root {
--wisteria:#a57ac2;
--legendary-lavender:#9b5cd6;
--soft-purple:#9f6dba;
--bright-ube:#d6a1e8;
--scented-spring:#ecd7f4;
}