Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.queen-s {
color: #7f6d9c;
}
.gorgeous-hydrangea {
color: #a790cb;
}
.tropical-violet {
color: #d5a4e0;
}
.sugar-high {
color: #f2c4e8;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--queen-s:#7f6d9c;
--gorgeous-hydrangea:#a790cb;
--tropical-violet:#d5a4e0;
--sugar-high:#f2c4e8;
}