Color names in this palette
CSS code for this palette
/* CSS */
.fiesta-pink {
color: #d47393;
}
.chantilly {
color: #eab8c8;
}
.brittany-s-bow {
color: #f4d7e0;
}
.sly-shrimp {
color: #f7e2d9;
}
.gossamer-pink {
color: #f9c8c3;
}
/* CSS Variables */
:root {
--fiesta-pink:#d47393;
--chantilly:#eab8c8;
--brittany-s-bow:#f4d7e0;
--sly-shrimp:#f7e2d9;
--gossamer-pink:#f9c8c3;
}