Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-ganzstar {
color: #8c00ff;
}
.sugar-grape {
color: #9b3dff;
}
.purple-illusionist {
color: #a970ff;
}
.lavender-tea {
color: #d68fff;
}
.strawberry-buttercream {
color: #ffb3ff;
}
/* CSS Variables */
:root {
--amethyst-ganzstar:#8c00ff;
--sugar-grape:#9b3dff;
--purple-illusionist:#a970ff;
--lavender-tea:#d68fff;
--strawberry-buttercream:#ffb3ff;
}