Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.orange-juice {
color: #ff8000;
}
.ucla-gold {
color: #ffb300;
}
.traffic-yellow {
color: #ffdb38;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--orange-juice:#ff8000;
--ucla-gold:#ffb300;
--traffic-yellow:#ffdb38;
--blood-burst:#ff4d4d;
}