Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-ganzstar {
color: #8c00ff;
}
.sugar-grape {
color: #9e3dff;
}
.easter-purple {
color: #b870ff;
}
.rich-brilliant-lavender {
color: #f1a8ff;
}
.dream-setting {
color: #ff70bc;
}
/* CSS Variables */
:root {
--amethyst-ganzstar:#8c00ff;
--sugar-grape:#9e3dff;
--easter-purple:#b870ff;
--rich-brilliant-lavender:#f1a8ff;
--dream-setting:#ff70bc;
}