Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.usc-gold {
color: #ffcc00;
}
.royal-star {
color: #ffde4d;
}
.quack-quack {
color: #ffe98a;
}
.lemon-slice {
color: #fff8a8;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--usc-gold:#ffcc00;
--royal-star:#ffde4d;
--quack-quack:#ffe98a;
--lemon-slice:#fff8a8;
}