Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.fluffy-duckling {
color: #f7e43b;
}
.fat-gold {
color: #e6b400;
}
.deep-orange {
color: #d64f00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--fluffy-duckling:#f7e43b;
--fat-gold:#e6b400;
--deep-orange:#d64f00;
}