Color names in this palette
CSS code for this palette
/* CSS */
.mauve-memento {
color: #a76c8f;
}
.pansy-posy {
color: #bda3b5;
}
.mecha-kitty {
color: #d1c4d4;
}
.violet-vogue {
color: #e9e2e7;
}
.ibis {
color: #f2b5c3;
}
/* CSS Variables */
:root {
--mauve-memento:#a76c8f;
--pansy-posy:#bda3b5;
--mecha-kitty:#d1c4d4;
--violet-vogue:#e9e2e7;
--ibis:#f2b5c3;
}