Color names in this palette
CSS code for this palette
/* CSS */
.usu-pink {
color: #a87a9c;
}
.iced-vovo {
color: #e1a8b4;
}
.fresh-peaches {
color: #f8b98b;
}
.golden-opportunity {
color: #f4c271;
}
.yellow-cream {
color: #f1d26a;
}
/* CSS Variables */
:root {
--usu-pink:#a87a9c;
--iced-vovo:#e1a8b4;
--fresh-peaches:#f8b98b;
--golden-opportunity:#f4c271;
--yellow-cream:#f1d26a;
}