Color names in this palette
CSS code for this palette
/* CSS */
.chinese-gold {
color: #e0a500;
}
.golden {
color: #f5c000;
}
.flatty-yellow {
color: #fae500;
}
.caduceus-gold {
color: #ffed61;
}
.ucla-gold {
color: #ffb300;
}
/* CSS Variables */
:root {
--chinese-gold:#e0a500;
--golden:#f5c000;
--flatty-yellow:#fae500;
--caduceus-gold:#ffed61;
--ucla-gold:#ffb300;
}