Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d9c7e5;
}
.wisteria {
color: #a67cbb;
}
.pure-mauve {
color: #6a4c94;
}
.explorer-of-the-galaxies {
color: #3c1e6c;
}
.prune-plum {
color: #1a0f3e;
}
/* CSS Variables */
:root {
--purity:#d9c7e5;
--wisteria:#a67cbb;
--pure-mauve:#6a4c94;
--explorer-of-the-galaxies:#3c1e6c;
--prune-plum:#1a0f3e;
}