Color names in this palette
CSS code for this palette
/* CSS */
.peachade {
color: #f9e0c8;
}
.first-date {
color: #f4b69f;
}
.tonys-pink {
color: #e69c89;
}
.deep-blush {
color: #e46c8e;
}
.peppermint-swirl {
color: #d25b77;
}
/* CSS Variables */
:root {
--peachade:#f9e0c8;
--first-date:#f4b69f;
--tonys-pink:#e69c89;
--deep-blush:#e46c8e;
--peppermint-swirl:#d25b77;
}