Color names in this palette
CSS code for this palette
/* CSS */
.blue-pink {
color: #b7a2c3;
}
.tender-violet {
color: #d4c4d9;
}
.sheer-lavender {
color: #f0e0f0;
}
.dough-yellow {
color: #f6d0b6;
}
.blush {
color: #f49d90;
}
/* CSS Variables */
:root {
--blue-pink:#b7a2c3;
--tender-violet:#d4c4d9;
--sheer-lavender:#f0e0f0;
--dough-yellow:#f6d0b6;
--blush:#f49d90;
}