Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-ganzstar {
color: #8c00ff;
}
.vega-violet {
color: #a55cff;
}
.shy-moment {
color: #b19eff;
}
.testosterose {
color: #e4a8ff;
}
.strawberry-buttercream {
color: #ffb3ff;
}
/* CSS Variables */
:root {
--amethyst-ganzstar:#8c00ff;
--vega-violet:#a55cff;
--shy-moment:#b19eff;
--testosterose:#e4a8ff;
--strawberry-buttercream:#ffb3ff;
}