Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9c1c31;
}
.bang {
color: #c0393e;
}
.entan-red {
color: #e76e50;
}
.blue-angels-yellow {
color: #fab700;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9c1c31;
--bang:#c0393e;
--entan-red:#e76e50;
--blue-angels-yellow:#fab700;
--usc-gold:#ffcc00;
}