Color names in this palette
CSS code for this palette
/* CSS */
.york-plum {
color: #d4bfe8;
}
.purple-premiere {
color: #b89fd0;
}
.purple-mountains-majesty {
color: #9a7ebe;
}
.passion-flower {
color: #6b509b;
}
.her-highness {
color: #3d296a;
}
/* CSS Variables */
:root {
--york-plum:#d4bfe8;
--purple-premiere:#b89fd0;
--purple-mountains-majesty:#9a7ebe;
--passion-flower:#6b509b;
--her-highness:#3d296a;
}