Color names in this palette
CSS code for this palette
/* CSS */
.bright-marigold {
color: #e67e00;
}
.cheese {
color: #ffa600;
}
.ucla-gold {
color: #ffb300;
}
.yellow-jacket {
color: #ffc83d;
}
.golden-nectar {
color: #ffda6b;
}
/* CSS Variables */
:root {
--bright-marigold:#e67e00;
--cheese:#ffa600;
--ucla-gold:#ffb300;
--yellow-jacket:#ffc83d;
--golden-nectar:#ffda6b;
}