Color names in this palette
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;
}