Color names in this palette
CSS code for this palette
/* CSS */
.prune-plum {
color: #1e1a3d;
}
.deep-wisteria {
color: #4b3e75;
}
.giant-onion {
color: #6b5aa0;
}
.wisteria {
color: #a97ec4;
}
.pretty-petunia {
color: #d1b3e0;
}
/* CSS Variables */
:root {
--prune-plum:#1e1a3d;
--deep-wisteria:#4b3e75;
--giant-onion:#6b5aa0;
--wisteria:#a97ec4;
--pretty-petunia:#d1b3e0;
}