Color names in this palette
CSS code for this palette
/* CSS */
.bright-indigo {
color: #6e00ff;
}
.sugar-grape {
color: #9a2eff;
}
.easter-purple {
color: #bc70ff;
}
.plasma-trail {
color: #d79eff;
}
.mauve {
color: #e4b3ff;
}
/* CSS Variables */
:root {
--bright-indigo:#6e00ff;
--sugar-grape:#9a2eff;
--easter-purple:#bc70ff;
--plasma-trail:#d79eff;
--mauve:#e4b3ff;
}