Color names in this palette
CSS code for this palette
/* CSS */
.maximum-blue-purple {
color: #b3a8e1;
}
.wistful {
color: #a69ed1;
}
.soft-purple {
color: #a76bbd;
}
.vicious-violet {
color: #8d57a2;
}
.tillandsia-purple {
color: #5e3a78;
}
/* CSS Variables */
:root {
--maximum-blue-purple:#b3a8e1;
--wistful:#a69ed1;
--soft-purple:#a76bbd;
--vicious-violet:#8d57a2;
--tillandsia-purple:#5e3a78;
}