Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d22d2f;
}
.ucla-gold {
color: #ffb300;
}
.resplendent-growth {
color: #398e3d;
}
.bright-navy-blue {
color: #1975d2;
}
.wild-violet {
color: #681b98;
}
/* CSS Variables */
:root {
--chi-gong:#d22d2f;
--ucla-gold:#ffb300;
--resplendent-growth:#398e3d;
--bright-navy-blue:#1975d2;
--wild-violet:#681b98;
}