Color names in this palette
CSS code for this palette
/* CSS */
.mauve-memento {
color: #a36c9a;
}
.tinted-iris {
color: #c6b5d9;
}
.sweet-alyssum {
color: #e3c4e0;
}
.cherry-pearl {
color: #f8e8f5;
}
.hanami-pink {
color: #f1a7e4;
}
/* CSS Variables */
:root {
--mauve-memento:#a36c9a;
--tinted-iris:#c6b5d9;
--sweet-alyssum:#e3c4e0;
--cherry-pearl:#f8e8f5;
--hanami-pink:#f1a7e4;
}