Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blue-gem {
color: #4a3c90;
}
.genestealer-purple {
color: #8060a9;
}
.sheer-lilac {
color: #b88ec2;
}
.rhodonite {
color: #f2b1c6;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blue-gem:#4a3c90;
--genestealer-purple:#8060a9;
--sheer-lilac:#b88ec2;
--rhodonite:#f2b1c6;
}