Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d7c5e2;
}
.distinct-purple {
color: #a78cca;
}
.viola-grey {
color: #8a6a9a;
}
.rosy-nectar {
color: #f4c3e2;
}
.fresh-on-the-market {
color: #f7a6ba;
}
/* CSS Variables */
:root {
--purity:#d7c5e2;
--distinct-purple:#a78cca;
--viola-grey:#8a6a9a;
--rosy-nectar:#f4c3e2;
--fresh-on-the-market:#f7a6ba;
}