Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.usc-gold {
color: #ffcc00;
}
.yellow-bell-pepper {
color: #ffdd33;
}
.banana-peel {
color: #ffea75;
}
.yellow-tail {
color: #fff29e;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--usc-gold:#ffcc00;
--yellow-bell-pepper:#ffdd33;
--banana-peel:#ffea75;
--yellow-tail:#fff29e;
}