Color names in this palette
CSS code for this palette
/* CSS */
.bloomsberry {
color: #a89bc5;
}
.mauve-memento {
color: #a46a9b;
}
.creeping-bellflower {
color: #b28dc3;
}
.gumball {
color: #e3b0d7;
}
.york-plum {
color: #d5c0e2;
}
/* CSS Variables */
:root {
--bloomsberry:#a89bc5;
--mauve-memento:#a46a9b;
--creeping-bellflower:#b28dc3;
--gumball:#e3b0d7;
--york-plum:#d5c0e2;
}