Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7e4b8b;
}
.lily {
color: #c19ab7;
}
.gumball {
color: #e9b4d2;
}
.parrot-tulip {
color: #f0c1d6;
}
.wishy-washy-lilies {
color: #f6dfe9;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7e4b8b;
--lily:#c19ab7;
--gumball:#e9b4d2;
--parrot-tulip:#f0c1d6;
--wishy-washy-lilies:#f6dfe9;
}