Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7e4b8b;
}
.tatarian-aster {
color: #996b9e;
}
.la-la-love {
color: #c392bf;
}
.soft-cashmere {
color: #f3b4d6;
}
.pretty-in-pink {
color: #f9c3e4;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7e4b8b;
--tatarian-aster:#996b9e;
--la-la-love:#c392bf;
--soft-cashmere:#f3b4d6;
--pretty-in-pink:#f9c3e4;
}