Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-ganzstar {
color: #8c00ff;
}
.irrigo-purple {
color: #a04dff;
}
.lilac-geode {
color: #b58aff;
}
.light-violet {
color: #d6b3ff;
}
.lavender-savor {
color: #f1e0ff;
}
/* CSS Variables */
:root {
--amethyst-ganzstar:#8c00ff;
--irrigo-purple:#a04dff;
--lilac-geode:#b58aff;
--light-violet:#d6b3ff;
--lavender-savor:#f1e0ff;
}