Color names in this palette
CSS code for this palette
/* CSS */
.tender-peach {
color: #f7d6b6;
}
.coral-fountain {
color: #e2a8a2;
}
.impatient-heart {
color: #c57c7e;
}
.wild-mulberry {
color: #a65e84;
}
.cleopatra-s-gown {
color: #7d4b8b;
}
/* CSS Variables */
:root {
--tender-peach:#f7d6b6;
--coral-fountain:#e2a8a2;
--impatient-heart:#c57c7e;
--wild-mulberry:#a65e84;
--cleopatra-s-gown:#7d4b8b;
}