Color names in this palette
CSS code for this palette
/* CSS */
.calla {
color: #f1e0b6;
}
.tender-violet {
color: #d4c4d9;
}
.purple-statice {
color: #a688b4;
}
.grapes-of-italy {
color: #6d4e8d;
}
.clear-purple {
color: #3e2a79;
}
/* CSS Variables */
:root {
--calla:#f1e0b6;
--tender-violet:#d4c4d9;
--purple-statice:#a688b4;
--grapes-of-italy:#6d4e8d;
--clear-purple:#3e2a79;
}