Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.safety-yellow {
color: #f0d400;
}
.titanium-yellow {
color: #f0e800;
}
.fat-gold {
color: #e6b800;
}
.molten-bronze {
color: #c7a200;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--safety-yellow:#f0d400;
--titanium-yellow:#f0e800;
--fat-gold:#e6b800;
--molten-bronze:#c7a200;
}