Color names in this palette
CSS code for this palette
/* CSS */
.york-plum {
color: #d4bfe8;
}
.bloomsberry {
color: #a59bc5;
}
.just-a-fairytale {
color: #6f5c99;
}
.light-orchid {
color: #e5a4d4;
}
.cherry-blossom-pink {
color: #ffb8c6;
}
/* CSS Variables */
:root {
--york-plum:#d4bfe8;
--bloomsberry:#a59bc5;
--just-a-fairytale:#6f5c99;
--light-orchid:#e5a4d4;
--cherry-blossom-pink:#ffb8c6;
}