Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.usc-gold {
color: #ffcc00;
}
.sunny-side-up {
color: #ffdc42;
}
.yellow-essence {
color: #fae3b7;
}
.goku-orange {
color: #f17b3b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--usc-gold:#ffcc00;
--sunny-side-up:#ffdc42;
--yellow-essence:#fae3b7;
--goku-orange:#f17b3b;
}