Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7b4b8b;
}
.long-forgotten-purple {
color: #a4799b;
}
.heart-to-heart {
color: #d3a6c7;
}
.laelia-pink {
color: #f5c7e0;
}
.cherry-pearl {
color: #f9e6f3;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7b4b8b;
--long-forgotten-purple:#a4799b;
--heart-to-heart:#d3a6c7;
--laelia-pink:#f5c7e0;
--cherry-pearl:#f9e6f3;
}