Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7c4b8b;
}
.violetta {
color: #a86b99;
}
.rosewood-apricot {
color: #d69ea4;
}
.neighborly-peach {
color: #f1c0a2;
}
.elastic-pink {
color: #f0a3c7;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7c4b8b;
--violetta:#a86b99;
--rosewood-apricot:#d69ea4;
--neighborly-peach:#f1c0a2;
--elastic-pink:#f0a3c7;
}