Color names in this palette
CSS code for this palette
/* CSS */
.ucla-gold {
color: #ffb300;
}
.marigold-dust {
color: #f6d13c;
}
.goldfinch {
color: #f9e45d;
}
.two-peas-in-a-pod {
color: #a1d64c;
}
.emerald-rush {
color: #4dcb6f;
}
/* CSS Variables */
:root {
--ucla-gold:#ffb300;
--marigold-dust:#f6d13c;
--goldfinch:#f9e45d;
--two-peas-in-a-pod:#a1d64c;
--emerald-rush:#4dcb6f;
}