Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d9c4e3;
}
.favorite-lavender {
color: #d3a7d7;
}
.barely-bloomed {
color: #e2afe4;
}
.sunset-pink {
color: #f9d7e6;
}
.sullivan-s-heart {
color: #f6c6cf;
}
/* CSS Variables */
:root {
--purity:#d9c4e3;
--favorite-lavender:#d3a7d7;
--barely-bloomed:#e2afe4;
--sunset-pink:#f9d7e6;
--sullivan-s-heart:#f6c6cf;
}