Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.lavish-spending {
color: #8a6bbd;
}
.simply-violet {
color: #a5a1d9;
}
.lavender-water {
color: #d3c5e2;
}
.ballerina-tears {
color: #f2b7b1;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--lavish-spending:#8a6bbd;
--simply-violet:#a5a1d9;
--lavender-water:#d3c5e2;
--ballerina-tears:#f2b7b1;
}