Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-ganzstar {
color: #8c00ff;
}
.lighter-purple {
color: #a65fec;
}
.fake-love {
color: #c373e7;
}
.medium-lavender-magenta {
color: #dea2f6;
}
.mauve {
color: #e8b3ff;
}
/* CSS Variables */
:root {
--amethyst-ganzstar:#8c00ff;
--lighter-purple:#a65fec;
--fake-love:#c373e7;
--medium-lavender-magenta:#dea2f6;
--mauve:#e8b3ff;
}