Color names in this palette
CSS code for this palette
/* CSS */
.fluffy-duckling {
color: #f9e339;
}
.syndicalist {
color: #f5c400;
}
.mad-for-mango {
color: #f5a300;
}
.hot-butter {
color: #e6a100;
}
.fox-tails {
color: #db8b00;
}
/* CSS Variables */
:root {
--fluffy-duckling:#f9e339;
--syndicalist:#f5c400;
--mad-for-mango:#f5a300;
--hot-butter:#e6a100;
--fox-tails:#db8b00;
}