Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-ganzstar {
color: #8c00ff;
}
.vega-violet {
color: #a352ff;
}
.illicit-purple {
color: #b87aff;
}
.lilac {
color: #d1a3ff;
}
.wisteria-powder {
color: #e8c7ff;
}
/* CSS Variables */
:root {
--amethyst-ganzstar:#8c00ff;
--vega-violet:#a352ff;
--illicit-purple:#b87aff;
--lilac:#d1a3ff;
--wisteria-powder:#e8c7ff;
}