Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d7c4e3;
}
.snow-plum {
color: #f3e8f3;
}
.lovely-breeze {
color: #f9d7e4;
}
.peach-temptation {
color: #f5c3b2;
}
.peach-punch {
color: #f59a99;
}
/* CSS Variables */
:root {
--purity:#d7c4e3;
--snow-plum:#f3e8f3;
--lovely-breeze:#f9d7e4;
--peach-temptation:#f5c3b2;
--peach-punch:#f59a99;
}