Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-ganzstar {
color: #8c00ff;
}
.irrigo-purple {
color: #a04dff;
}
.lilac-geode {
color: #b88fff;
}
.pink-sugar {
color: #e8a3ff;
}
.aquarelle-lilac {
color: #f3c7ff;
}
/* CSS Variables */
:root {
--amethyst-ganzstar:#8c00ff;
--irrigo-purple:#a04dff;
--lilac-geode:#b88fff;
--pink-sugar:#e8a3ff;
--aquarelle-lilac:#f3c7ff;
}