Color names in this palette
CSS code for this palette
/* CSS */
.liberty {
color: #544592;
}
.prophet-violet {
color: #6b5ba9;
}
.royal-raul {
color: #8e7eb4;
}
.darling-lilac {
color: #c8a7d7;
}
.rosy-nectar {
color: #f2c0df;
}
/* CSS Variables */
:root {
--liberty:#544592;
--prophet-violet:#6b5ba9;
--royal-raul:#8e7eb4;
--darling-lilac:#c8a7d7;
--rosy-nectar:#f2c0df;
}