CSS code for this palette
/* CSS */
.berry-charm {
color: #4f4662;
}
.gala-ball {
color: #7b5b7b;
}
.evening-pink {
color: #a88a99;
}
.noble-blush {
color: #e8b8b0;
}
.stop {
color: #c43b31;
}
/* CSS Variables */
:root {
--berry-charm:#4f4662;
--gala-ball:#7b5b7b;
--evening-pink:#a88a99;
--noble-blush:#e8b8b0;
--stop:#c43b31;
}