Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-ganzstar {
color: #8c00ff;
}
.purple-illusionist {
color: #a77aff;
}
.diva {
color: #c5a3ff;
}
.foggy-heath {
color: #e1c7ff;
}
.lavender-savor {
color: #f5e0ff;
}
/* CSS Variables */
:root {
--amethyst-ganzstar:#8c00ff;
--purple-illusionist:#a77aff;
--diva:#c5a3ff;
--foggy-heath:#e1c7ff;
--lavender-savor:#f5e0ff;
}