Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.ucla-gold {
color: #ffb300;
}
.n-renji-orange {
color: #ffbf47;
}
.egg-yolk {
color: #ffce80;
}
.south-shore-sun {
color: #ffda9e;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--ucla-gold:#ffb300;
--n-renji-orange:#ffbf47;
--egg-yolk:#ffce80;
--south-shore-sun:#ffda9e;
}