Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.safety-yellow {
color: #f0d000;
}
.titanium-yellow {
color: #f0e400;
}
.saint-seiya-gold {
color: #e4f000;
}
.green-fiasco {
color: #a1e600;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--safety-yellow:#f0d000;
--titanium-yellow:#f0e400;
--saint-seiya-gold:#e4f000;
--green-fiasco:#a1e600;
}