Color names in this palette
CSS code for this palette
/* CSS */
.usu-pink {
color: #a77b9d;
}
.spring-pink {
color: #e3bac8;
}
.illuminated {
color: #f9e5d7;
}
.koji-orange {
color: #f8b249;
}
.re-entry {
color: #d94a4a;
}
/* CSS Variables */
:root {
--usu-pink:#a77b9d;
--spring-pink:#e3bac8;
--illuminated:#f9e5d7;
--koji-orange:#f8b249;
--re-entry:#d94a4a;
}