Color names in this palette
CSS code for this palette
/* CSS */
.heirloom-rose {
color: #d1809f;
}
.blushing-tulip {
color: #e3a1b8;
}
.ibis {
color: #f2b5c1;
}
.milkshake-pink {
color: #f2cfd2;
}
.blush-tint {
color: #f4e1e6;
}
/* CSS Variables */
:root {
--heirloom-rose:#d1809f;
--blushing-tulip:#e3a1b8;
--ibis:#f2b5c1;
--milkshake-pink:#f2cfd2;
--blush-tint:#f4e1e6;
}