Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-ganzstar {
color: #8c00ff;
}
.vega-violet {
color: #a85cff;
}
.plasma-trail {
color: #d89eff;
}
.strawberry-buttercream {
color: #ffb3ff;
}
.avant-garde-pink {
color: #ff70e0;
}
/* CSS Variables */
:root {
--amethyst-ganzstar:#8c00ff;
--vega-violet:#a85cff;
--plasma-trail:#d89eff;
--strawberry-buttercream:#ffb3ff;
--avant-garde-pink:#ff70e0;
}