Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.biloba-flower {
color: #b29ad0;
}
.pretty-petunia {
color: #d7b2e1;
}
.sheer-lavender {
color: #f0e4f1;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--biloba-flower:#b29ad0;
--pretty-petunia:#d7b2e1;
--sheer-lavender:#f0e4f1;
--white:#ffffff;
}