Color names in this palette
CSS code for this palette
/* CSS */
.wizard-s-potion {
color: #5b5d9a;
}
.fresh-lavender {
color: #8c8eb5;
}
.purple-premiere {
color: #b5a1d3;
}
.glittering-gemstone {
color: #e2c5e1;
}
.love-spell {
color: #f7b6c4;
}
/* CSS Variables */
:root {
--wizard-s-potion:#5b5d9a;
--fresh-lavender:#8c8eb5;
--purple-premiere:#b5a1d3;
--glittering-gemstone:#e2c5e1;
--love-spell:#f7b6c4;
}