Color names in this palette
CSS code for this palette
/* CSS */
.sweet-perfume {
color: #d49bba;
}
.pretty-pale {
color: #e6c7d5;
}
.blush-tint {
color: #f4e1e5;
}
.mixed-fruit {
color: #f8b5af;
}
.minuette {
color: #d17b93;
}
/* CSS Variables */
:root {
--sweet-perfume:#d49bba;
--pretty-pale:#e6c7d5;
--blush-tint:#f4e1e5;
--mixed-fruit:#f8b5af;
--minuette:#d17b93;
}