Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.usc-gold {
color: #ffcc00;
}
.yriel-yellow {
color: #ffdb57;
}
.sun-drenched {
color: #ffe5a3;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--usc-gold:#ffcc00;
--yriel-yellow:#ffdb57;
--sun-drenched:#ffe5a3;
--shocking-orange:#ff6d1f;
}