Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.bright-blue-violet {
color: #8a2ce2;
}
.love-priestess {
color: #b35cc7;
}
.petal-plush {
color: #d8a3f0;
}
.mauve {
color: #e0b3ff;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--bright-blue-violet:#8a2ce2;
--love-priestess:#b35cc7;
--petal-plush:#d8a3f0;
--mauve:#e0b3ff;
}