Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.amethyst-grey {
color: #8e7ec9;
}
.violet-velvet {
color: #b89fe0;
}
.sweetheart {
color: #f4c3d6;
}
.pink-fit {
color: #f9a4b2;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--amethyst-grey:#8e7ec9;
--violet-velvet:#b89fe0;
--sweetheart:#f4c3d6;
--pink-fit:#f9a4b2;
}