Color names in this palette
CSS code for this palette
/* CSS */
.vitamin-c {
color: #ff9900;
}
.ucla-gold {
color: #ffb300;
}
.usc-gold {
color: #ffcc00;
}
.kuchinashi-yellow {
color: #ffdb4d;
}
.bicycle-yellow {
color: #ffe68a;
}
/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--ucla-gold:#ffb300;
--usc-gold:#ffcc00;
--kuchinashi-yellow:#ffdb4d;
--bicycle-yellow:#ffe68a;
}