Color names in this palette
CSS code for this palette
/* CSS */
.lightweight-beige {
color: #f7e4c5;
}
.first-date {
color: #f2b5a1;
}
.vinaceous-cinnamon {
color: #f78d8d;
}
.fuchsia-kiss {
color: #c76b97;
}
.cleopatra-s-gown {
color: #7f4e8d;
}
/* CSS Variables */
:root {
--lightweight-beige:#f7e4c5;
--first-date:#f2b5a1;
--vinaceous-cinnamon:#f78d8d;
--fuchsia-kiss:#c76b97;
--cleopatra-s-gown:#7f4e8d;
}