Color names in this palette
CSS code for this palette
/* CSS */
.imperial-palace {
color: #5e4c76;
}
.usu-pink {
color: #a77b9d;
}
.almond-cream {
color: #f5c19e;
}
.friendly-yellow {
color: #f6e1b1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--imperial-palace:#5e4c76;
--usu-pink:#a77b9d;
--almond-cream:#f5c19e;
--friendly-yellow:#f6e1b1;
--creamy-sweet-corn:#f9c54e;
}