Color names in this palette
CSS code for this palette
/* CSS */
.violetta {
color: #a76c9b;
}
.lilac-pink {
color: #bf9fc6;
}
.syrian-violet {
color: #e0c5e7;
}
.soft-lavender {
color: #f7e3f3;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--violetta:#a76c9b;
--lilac-pink:#bf9fc6;
--syrian-violet:#e0c5e7;
--soft-lavender:#f7e3f3;
--sweet-lilac:#eab8d1;
}