Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a67fc3;
}
.prophet-violet {
color: #6c4fab;
}
.sick-blue {
color: #4c2c8c;
}
.candied-blueberry {
color: #390d68;
}
.spruce-tree-flower {
color: #b35b9a;
}
/* CSS Variables */
:root {
--wisteria:#a67fc3;
--prophet-violet:#6c4fab;
--sick-blue:#4c2c8c;
--candied-blueberry:#390d68;
--spruce-tree-flower:#b35b9a;
}