Color names in this palette
CSS code for this palette
/* CSS */
.haute-pink {
color: #d99bb3;
}
.parfait-pink {
color: #e4b4c5;
}
.in-the-pink {
color: #f1c6d0;
}
.first-daughter {
color: #f8d3d7;
}
.blush-tint {
color: #f5e0e4;
}
/* CSS Variables */
:root {
--haute-pink:#d99bb3;
--parfait-pink:#e4b4c5;
--in-the-pink:#f1c6d0;
--first-daughter:#f8d3d7;
--blush-tint:#f5e0e4;
}