Color names in this palette
CSS code for this palette
/* CSS */
.lovely-breeze {
color: #f7d9e5;
}
.ibis {
color: #f5b2c3;
}
.rogue-pink {
color: #f6a2c2;
}
.unripe-strawberry {
color: #f78da9;
}
.chinese-pink {
color: #d7709e;
}
/* CSS Variables */
:root {
--lovely-breeze:#f7d9e5;
--ibis:#f5b2c3;
--rogue-pink:#f6a2c2;
--unripe-strawberry:#f78da9;
--chinese-pink:#d7709e;
}