Color names in this palette
CSS code for this palette
/* CSS */
.fluffy-duckling {
color: #f9e339;
}
.empire-yellow {
color: #f5d000;
}
.syndicalist {
color: #f5c400;
}
.welcoming-wasp {
color: #f0a800;
}
.lemon-dream {
color: #f0a000;
}
/* CSS Variables */
:root {
--fluffy-duckling:#f9e339;
--empire-yellow:#f5d000;
--syndicalist:#f5c400;
--welcoming-wasp:#f0a800;
--lemon-dream:#f0a000;
}