Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.hollandaise {
color: #ffec3d;
}
.usc-gold {
color: #ffcc00;
}
.cyber-yellow {
color: #ffd500;
}
.vitamin-c {
color: #ff9900;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--hollandaise:#ffec3d;
--usc-gold:#ffcc00;
--cyber-yellow:#ffd500;
--vitamin-c:#ff9900;
}