Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-ganzstar {
color: #8c00ff;
}
.sugar-grape {
color: #a13dff;
}
.queer-purple {
color: #b570ff;
}
.lilac {
color: #d09eff;
}
.strawberry-buttercream {
color: #f1b3ff;
}
/* CSS Variables */
:root {
--amethyst-ganzstar:#8c00ff;
--sugar-grape:#a13dff;
--queer-purple:#b570ff;
--lilac:#d09eff;
--strawberry-buttercream:#f1b3ff;
}