Color names in this palette
CSS code for this palette
/* CSS */
.pink-dogwood {
color: #f7cfd2;
}
.pink-bubble-tea {
color: #f9b9c3;
}
.candlelight-peach {
color: #f9a29f;
}
.poudretteite-pink {
color: #e7889b;
}
.paris-pink {
color: #d66b8b;
}
/* CSS Variables */
:root {
--pink-dogwood:#f7cfd2;
--pink-bubble-tea:#f9b9c3;
--candlelight-peach:#f9a29f;
--poudretteite-pink:#e7889b;
--paris-pink:#d66b8b;
}