Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.usc-gold {
color: #ffcc00;
}
.yellow-bell-pepper {
color: #ffdd33;
}
.caduceus-gold {
color: #ffeb66;
}
.creamy-lemon {
color: #fff2b3;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--usc-gold:#ffcc00;
--yellow-bell-pepper:#ffdd33;
--caduceus-gold:#ffeb66;
--creamy-lemon:#fff2b3;
}