Color names in this palette
CSS code for this palette
/* CSS */
.her-highness {
color: #3b2f6f;
}
.bright-eggplant {
color: #5c4b8b;
}
.purple-paradise {
color: #7d68a1;
}
.grape-illusion {
color: #b7a6d9;
}
.candy-tuft {
color: #f0d6e4;
}
/* CSS Variables */
:root {
--her-highness:#3b2f6f;
--bright-eggplant:#5c4b8b;
--purple-paradise:#7d68a1;
--grape-illusion:#b7a6d9;
--candy-tuft:#f0d6e4;
}