Color names in this palette
CSS code for this palette
/* CSS */
.marigold-yellow {
color: #fbe96f;
}
.golden-banner {
color: #fac229;
}
.mad-for-mango {
color: #f5a300;
}
.hotter-butter {
color: #e68e00;
}
.sludge {
color: #c76a00;
}
/* CSS Variables */
:root {
--marigold-yellow:#fbe96f;
--golden-banner:#fac229;
--mad-for-mango:#f5a300;
--hotter-butter:#e68e00;
--sludge:#c76a00;
}