Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4b8b;
}
.purple-paradise {
color: #7d699b;
}
.yolanda {
color: #a593b8;
}
.pretty-petunia {
color: #dab2e0;
}
.grape-taffy {
color: #f3d6f5;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4b8b;
--purple-paradise:#7d699b;
--yolanda:#a593b8;
--pretty-petunia:#dab2e0;
--grape-taffy:#f3d6f5;
}