Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.yriel-yellow {
color: #ffdb57;
}
.digital-yellow {
color: #ffea80;
}
.creamy-lemon {
color: #fff5b3;
}
.hollandaise {
color: #ffec42;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--yriel-yellow:#ffdb57;
--digital-yellow:#ffea80;
--creamy-lemon:#fff5b3;
--hollandaise:#ffec42;
}