Color names in this palette
CSS code for this palette
/* CSS */
.new-violet {
color: #d6c3df;
}
.light-purity {
color: #e1d5e7;
}
.grey-whisper {
color: #e7e4e4;
}
.antoinette-pink {
color: #e6c2b3;
}
.sugar-tooth {
color: #d58b9d;
}
/* CSS Variables */
:root {
--new-violet:#d6c3df;
--light-purity:#e1d5e7;
--grey-whisper:#e7e4e4;
--antoinette-pink:#e6c2b3;
--sugar-tooth:#d58b9d;
}