All Palettes

Color Palette #ffcc00, #ffdb4d, #ffe48a, #fff1b3, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.usc-gold {
color: #ffcc00;
}
.kuchinashi-yellow {
color: #ffdb4d;
}
.bicycle-yellow {
color: #ffe48a;
}
.creamy-lemon {
color: #fff1b3;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--kuchinashi-yellow:#ffdb4d;
--bicycle-yellow:#ffe48a;
--creamy-lemon:#fff1b3;
--white:#ffffff;
}

More palettes to explore