Color names in this palette
CSS code for this palette
/* CSS */
.mauve-memento {
color: #a36c9a;
}
.dream-land {
color: #e9afe4;
}
.cocoa-butter {
color: #f5f7c5;
}
.balinese-sunset {
color: #f19f79;
}
.cleopatra-s-gown {
color: #7c4b8b;
}
/* CSS Variables */
:root {
--mauve-memento:#a36c9a;
--dream-land:#e9afe4;
--cocoa-butter:#f5f7c5;
--balinese-sunset:#f19f79;
--cleopatra-s-gown:#7c4b8b;
}