Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-ganzstar {
color: #8c00ff;
}
.ripe-lavander {
color: #a55ed4;
}
.bright-lavender {
color: #bd9fe5;
}
.strawberry-buttercream {
color: #f0b3ff;
}
.eosin-pink {
color: #ff5cbe;
}
/* CSS Variables */
:root {
--amethyst-ganzstar:#8c00ff;
--ripe-lavander:#a55ed4;
--bright-lavender:#bd9fe5;
--strawberry-buttercream:#f0b3ff;
--eosin-pink:#ff5cbe;
}