Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.sunny-side-up {
color: #ffdc42;
}
.bicycle-yellow {
color: #ffe68a;
}
.old-yella {
color: #ffeb99;
}
.bird-s-child {
color: #fff2cc;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--sunny-side-up:#ffdc42;
--bicycle-yellow:#ffe68a;
--old-yella:#ffeb99;
--bird-s-child:#fff2cc;
}