Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-ganzstar {
color: #8c00ff;
}
.vega-violet {
color: #a35cff;
}
.liliac {
color: #bb94ff;
}
.mauve {
color: #e4b3ff;
}
.distilled-rose {
color: #ffc2ff;
}
/* CSS Variables */
:root {
--amethyst-ganzstar:#8c00ff;
--vega-violet:#a35cff;
--liliac:#bb94ff;
--mauve:#e4b3ff;
--distilled-rose:#ffc2ff;
}