Color names in this palette
CSS code for this palette
/* CSS */
.ucla-gold {
color: #ffb300;
}
.shocking-orange {
color: #ff6d1f;
}
.spiritstone-red {
color: #ff3d1f;
}
.kurenai-red {
color: #db003a;
}
.trusted-purple {
color: #6600cc;
}
/* CSS Variables */
:root {
--ucla-gold:#ffb300;
--shocking-orange:#ff6d1f;
--spiritstone-red:#ff3d1f;
--kurenai-red:#db003a;
--trusted-purple:#6600cc;
}