CSS code for this palette
/* CSS */
.purity {
color: #d6c8e4;
}
.crocus-petal {
color: #b89dc3;
}
.gumball {
color: #e7b1d1;
}
.butter-up {
color: #f3e2b9;
}
.new-clay {
color: #f2c1b5;
}
/* CSS Variables */
:root {
--purity:#d6c8e4;
--crocus-petal:#b89dc3;
--gumball:#e7b1d1;
--butter-up:#f3e2b9;
--new-clay:#f2c1b5;
}