Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f2c5d3;
}
.blush-tint {
color: #f5e0e4;
}
.ibis {
color: #f7b1c2;
}
.light-orchid {
color: #e3a5d4;
}
.pretty-petunia {
color: #d4b3e6;
}
/* CSS Variables */
:root {
--in-the-pink:#f2c5d3;
--blush-tint:#f5e0e4;
--ibis:#f7b1c2;
--light-orchid:#e3a5d4;
--pretty-petunia:#d4b3e6;
}