Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d5b3e0;
}
.mauve-mist {
color: #c39ad0;
}
.bell-heather {
color: #a67ab3;
}
.genestealer-purple {
color: #7b5ba4;
}
.blueberry {
color: #4a3c9a;
}
/* CSS Variables */
:root {
--pretty-petunia:#d5b3e0;
--mauve-mist:#c39ad0;
--bell-heather:#a67ab3;
--genestealer-purple:#7b5ba4;
--blueberry:#4a3c9a;
}