Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.usc-gold {
color: #ffcc00;
}
.glitter-is-not-gold {
color: #ffdd57;
}
.the-first-daffodil {
color: #ffee8f;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--usc-gold:#ffcc00;
--glitter-is-not-gold:#ffdd57;
--the-first-daffodil:#ffee8f;
--shocking-orange:#ff6d1f;
}