Color names in this palette
CSS code for this palette
/* CSS */
.vicious-violet {
color: #8f4ba0;
}
.lavendless {
color: #b57bc6;
}
.bright-ube {
color: #d2a1e3;
}
.nursery-pink {
color: #f4d7e8;
}
.carnation-bloom {
color: #f9bfbe;
}
/* CSS Variables */
:root {
--vicious-violet:#8f4ba0;
--lavendless:#b57bc6;
--bright-ube:#d2a1e3;
--nursery-pink:#f4d7e8;
--carnation-bloom:#f9bfbe;
}