Color names in this palette
CSS code for this palette
/* CSS */
.sugar-grape {
color: #9a2eff;
}
.purple-anemone {
color: #8e6bff;
}
.venetian-nights {
color: #794dff;
}
.meteor-shower {
color: #512eff;
}
.busty-blue {
color: #2b00d6;
}
/* CSS Variables */
:root {
--sugar-grape:#9a2eff;
--purple-anemone:#8e6bff;
--venetian-nights:#794dff;
--meteor-shower:#512eff;
--busty-blue:#2b00d6;
}