Color names in this palette
CSS code for this palette
/* CSS */
.flattering-peach {
color: #f3d4b4;
}
.serene-pink {
color: #f6c7b6;
}
.peach-burst {
color: #f39b9c;
}
.pink-chi {
color: #e58c8b;
}
.hollyhock-blossom-pink {
color: #c176a6;
}
/* CSS Variables */
:root {
--flattering-peach:#f3d4b4;
--serene-pink:#f6c7b6;
--peach-burst:#f39b9c;
--pink-chi:#e58c8b;
--hollyhock-blossom-pink:#c176a6;
}