Color names in this palette
CSS code for this palette
/* CSS */
.york-plum {
color: #d1c1e6;
}
.purple-gladiola {
color: #bda7d3;
}
.wisteria {
color: #a77ebe;
}
.jubilee {
color: #7b5b9f;
}
.prism-violet {
color: #4b3b7d;
}
/* CSS Variables */
:root {
--york-plum:#d1c1e6;
--purple-gladiola:#bda7d3;
--wisteria:#a77ebe;
--jubilee:#7b5b9f;
--prism-violet:#4b3b7d;
}