Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f3c4d3;
}
.emperor-s-children {
color: #f3a0b2;
}
.flower-blossom-pink {
color: #f57a8b;
}
.watermelon-juice {
color: #ef5d7f;
}
.raspberry-sorbet {
color: #d83b70;
}
/* CSS Variables */
:root {
--in-the-pink:#f3c4d3;
--emperor-s-children:#f3a0b2;
--flower-blossom-pink:#f57a8b;
--watermelon-juice:#ef5d7f;
--raspberry-sorbet:#d83b70;
}