Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4d89;
}
.usu-pink {
color: #a77b9d;
}
.seasonal-beige {
color: #e5b79f;
}
.cheddar-corn {
color: #f2d4b5;
}
.sunny-mood {
color: #f7c94b;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4d89;
--usu-pink:#a77b9d;
--seasonal-beige:#e5b79f;
--cheddar-corn:#f2d4b5;
--sunny-mood:#f7c94b;
}