Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4b8b;
}
.juneberry {
color: #79599b;
}
.crown-jewels {
color: #996aaf;
}
.tropical-violet {
color: #cda4e0;
}
.petal-plush {
color: #dfb1f2;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4b8b;
--juneberry:#79599b;
--crown-jewels:#996aaf;
--tropical-violet:#cda4e0;
--petal-plush:#dfb1f2;
}