Color names in this palette
CSS code for this palette
/* CSS */
.prune-plum {
color: #1e1a3d;
}
.powerful-mauve {
color: #4a3c5d;
}
.gala-ball {
color: #7b5b7b;
}
.poise {
color: #a67d93;
}
.pale-lilac {
color: #d9b4c0;
}
/* CSS Variables */
:root {
--prune-plum:#1e1a3d;
--powerful-mauve:#4a3c5d;
--gala-ball:#7b5b7b;
--poise:#a67d93;
--pale-lilac:#d9b4c0;
}