Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.violet-frog {
color: #8b6cb2;
}
.dechala-lilac {
color: #b39fd0;
}
.pretty-petunia {
color: #d7b2e0;
}
.purple-s-baby-sister {
color: #e7c5f2;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--violet-frog:#8b6cb2;
--dechala-lilac:#b39fd0;
--pretty-petunia:#d7b2e0;
--purple-s-baby-sister:#e7c5f2;
}