Color names in this palette
CSS code for this palette
/* CSS */
.golden-cream {
color: #f7b769;
}
.mad-for-mango {
color: #f5a300;
}
.hotter-butter {
color: #e68a00;
}
.orange-pepper {
color: #d67900;
}
.sludge {
color: #c76d00;
}
/* CSS Variables */
:root {
--golden-cream:#f7b769;
--mad-for-mango:#f5a300;
--hotter-butter:#e68a00;
--orange-pepper:#d67900;
--sludge:#c76d00;
}