CSS code for this palette
/* CSS */
.acai {
color: #4b2c5e;
}
.grapes-of-italy {
color: #6e4c90;
}
.usu-pink {
color: #a87aa5;
}
.gumball {
color: #e7b1d7;
}
.sunset-pink {
color: #f9d7e7;
}
/* CSS Variables */
:root {
--acai:#4b2c5e;
--grapes-of-italy:#6e4c90;
--usu-pink:#a87aa5;
--gumball:#e7b1d7;
--sunset-pink:#f9d7e7;
}