Color names in this palette
CSS code for this palette
/* CSS */
.dark-purple {
color: #380a43;
}
.wild-violet {
color: #681b98;
}
.lilac-geode {
color: #b58aff;
}
.ucla-gold {
color: #ffb300;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--dark-purple:#380a43;
--wild-violet:#681b98;
--lilac-geode:#b58aff;
--ucla-gold:#ffb300;
--shocking-orange:#ff6d1f;
}