Color names in this palette
CSS code for this palette
/* CSS */
.genestealer-purple {
color: #805da8;
}
.prickly-purple {
color: #9c69b5;
}
.pastel-lavender {
color: #d8a2c5;
}
.mountain-laurel {
color: #f2cad6;
}
.sheer-lavender {
color: #f4e1f1;
}
/* CSS Variables */
:root {
--genestealer-purple:#805da8;
--prickly-purple:#9c69b5;
--pastel-lavender:#d8a2c5;
--mountain-laurel:#f2cad6;
--sheer-lavender:#f4e1f1;
}