Color names in this palette
CSS code for this palette
/* CSS */
.tropical-violet {
color: #d5a4e0;
}
.wisteria {
color: #a77ccb;
}
.royal-lilac {
color: #7f509b;
}
.amethyst-purple {
color: #592d7b;
}
.obsidian-shell {
color: #3f0f5c;
}
/* CSS Variables */
:root {
--tropical-violet:#d5a4e0;
--wisteria:#a77ccb;
--royal-lilac:#7f509b;
--amethyst-purple:#592d7b;
--obsidian-shell:#3f0f5c;
}