Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.legendary-lavender {
color: #a85cdb;
}
.bright-ube {
color: #d6a1e8;
}
.purple-s-baby-sister {
color: #f2c2f5;
}
.placebo-fuchsia {
color: #f8e5ff;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--legendary-lavender:#a85cdb;
--bright-ube:#d6a1e8;
--purple-s-baby-sister:#f2c2f5;
--placebo-fuchsia:#f8e5ff;
}