Color names in this palette
CSS code for this palette
/* CSS */
.aged-purple {
color: #a64e9c;
}
.gul-b-pink {
color: #c279c3;
}
.exotic-violet {
color: #e2a1d4;
}
.new-clay {
color: #f1c2b6;
}
.antique-china {
color: #fdf6e7;
}
/* CSS Variables */
:root {
--aged-purple:#a64e9c;
--gul-b-pink:#c279c3;
--exotic-violet:#e2a1d4;
--new-clay:#f1c2b6;
--antique-china:#fdf6e7;
}