Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.trunks-hair {
color: #a15dc6;
}
.bright-ube {
color: #d6a1e8;
}
.light-lavender {
color: #f1c2ff;
}
.pink-delight {
color: #ff8ada;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--trunks-hair:#a15dc6;
--bright-ube:#d6a1e8;
--light-lavender:#f1c2ff;
--pink-delight:#ff8ada;
}