Color names in this palette
CSS code for this palette
/* CSS */
.light-purity {
color: #e0d5e7;
}
.purity {
color: #d6c9e3;
}
.sea-lavender {
color: #d0b3d6;
}
.soft-butter {
color: #f3e1b4;
}
.serene-pink {
color: #f7c7b6;
}
/* CSS Variables */
:root {
--light-purity:#e0d5e7;
--purity:#d6c9e3;
--sea-lavender:#d0b3d6;
--soft-butter:#f3e1b4;
--serene-pink:#f7c7b6;
}