Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f2c5d3;
}
.chantilly {
color: #eab8c6;
}
.iced-vovo {
color: #e1a3b0;
}
.shimmering-blush {
color: #d88398;
}
.artful-pink {
color: #cc6b82;
}
/* CSS Variables */
:root {
--in-the-pink:#f2c5d3;
--chantilly:#eab8c6;
--iced-vovo:#e1a3b0;
--shimmering-blush:#d88398;
--artful-pink:#cc6b82;
}