Color names in this palette
CSS code for this palette
/* CSS */
.york-plum {
color: #d1c1e6;
}
.people-s-choice {
color: #b6a4d0;
}
.design-delight {
color: #a47cab;
}
.blackberry-yogurt {
color: #e5b7e6;
}
.samantha-s-room {
color: #f2d4e6;
}
/* CSS Variables */
:root {
--york-plum:#d1c1e6;
--people-s-choice:#b6a4d0;
--design-delight:#a47cab;
--blackberry-yogurt:#e5b7e6;
--samantha-s-room:#f2d4e6;
}