Color names in this palette
CSS code for this palette
/* CSS */
.amethyst {
color: #9767cb;
}
.genestealer-purple {
color: #755aaa;
}
.purple-corallite {
color: #5d4d8f;
}
.pretty-petunia {
color: #d7b3df;
}
.glittering-gemstone {
color: #e1c0e3;
}
/* CSS Variables */
:root {
--amethyst:#9767cb;
--genestealer-purple:#755aaa;
--purple-corallite:#5d4d8f;
--pretty-petunia:#d7b3df;
--glittering-gemstone:#e1c0e3;
}