Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-ganzstar {
color: #8c00ff;
}
.extraviolet {
color: #6b0e90;
}
.indigo {
color: #4a0080;
}
.sugar-grape {
color: #9a2eff;
}
.damson-plum {
color: #dda1dd;
}
/* CSS Variables */
:root {
--amethyst-ganzstar:#8c00ff;
--extraviolet:#6b0e90;
--indigo:#4a0080;
--sugar-grape:#9a2eff;
--damson-plum:#dda1dd;
}