Color names in this palette
CSS code for this palette
/* CSS */
.passionate-plum {
color: #75385c;
}
.willowherb {
color: #8c4a7c;
}
.mauve-memento {
color: #a66e93;
}
.geranium-bud {
color: #d2a2c9;
}
.hopeful {
color: #f2d4e1;
}
/* CSS Variables */
:root {
--passionate-plum:#75385c;
--willowherb:#8c4a7c;
--mauve-memento:#a66e93;
--geranium-bud:#d2a2c9;
--hopeful:#f2d4e1;
}