Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d9c5e2;
}
.lilac-haze {
color: #d5b4d1;
}
.berry-popsicle {
color: #d9a6c9;
}
.blushing-tulip {
color: #e3a1b6;
}
.squid-pink {
color: #f9b4bf;
}
/* CSS Variables */
:root {
--purity:#d9c5e2;
--lilac-haze:#d5b4d1;
--berry-popsicle:#d9a6c9;
--blushing-tulip:#e3a1b6;
--squid-pink:#f9b4bf;
}