Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.empire-yellow {
color: #f5d000;
}
.safety-yellow {
color: #f0d000;
}
.prehnite-yellow {
color: #d1a700;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--empire-yellow:#f5d000;
--safety-yellow:#f0d000;
--prehnite-yellow:#d1a700;
}