Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #7c3c9a;
}
.liberal-lilac {
color: #9b5db1;
}
.moonlight-mauve {
color: #c87ea1;
}
.exotic-violet {
color: #e5a4d0;
}
.rosy-nectar {
color: #f2c0df;
}
/* CSS Variables */
:root {
--cadmium-violet:#7c3c9a;
--liberal-lilac:#9b5db1;
--moonlight-mauve:#c87ea1;
--exotic-violet:#e5a4d0;
--rosy-nectar:#f2c0df;
}