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;
}
.lemon-peel {
color: #ffee80;
}
.matt-pink {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--usc-gold:#ffcc00;
--glitter-is-not-gold:#ffdd57;
--lemon-peel:#ffee80;
--matt-pink:#ffb3c1;
}