Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.golden-dream {
color: #f2d12c;
}
.crazy {
color: #e4c53f;
}
.oil-yellow {
color: #c4ae40;
}
.tarnished-brass {
color: #7b6c1e;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--golden-dream:#f2d12c;
--crazy:#e4c53f;
--oil-yellow:#c4ae40;
--tarnished-brass:#7b6c1e;
}