Color names in this palette
CSS code for this palette
/* CSS */
.bright-blue-violet {
color: #8a2ce2;
}
.liberal-lilac {
color: #9b58b6;
}
.mauve-mist {
color: #c49cd3;
}
.pinky-swear {
color: #f1a7f1;
}
.ballerina-tears {
color: #f5b8b2;
}
/* CSS Variables */
:root {
--bright-blue-violet:#8a2ce2;
--liberal-lilac:#9b58b6;
--mauve-mist:#c49cd3;
--pinky-swear:#f1a7f1;
--ballerina-tears:#f5b8b2;
}