Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.flush-orange {
color: #ff6e00;
}
.ucla-gold {
color: #ffb300;
}
.cyber-yellow {
color: #ffd500;
}
.french-lime {
color: #c3ff00;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--flush-orange:#ff6e00;
--ucla-gold:#ffb300;
--cyber-yellow:#ffd500;
--french-lime:#c3ff00;
}