Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-ganzstar {
color: #8c00ff;
}
.vibrant-purple {
color: #a500e0;
}
.lavender {
color: #b86fdc;
}
.purple-kush {
color: #d57bcc;
}
.dream-land {
color: #f1a7e5;
}
/* CSS Variables */
:root {
--amethyst-ganzstar:#8c00ff;
--vibrant-purple:#a500e0;
--lavender:#b86fdc;
--purple-kush:#d57bcc;
--dream-land:#f1a7e5;
}