Color names in this palette
CSS code for this palette
/* CSS */
.molten-bronze {
color: #c2a200;
}
.new-yellow {
color: #e5c243;
}
.french-vanilla {
color: #f1e1a7;
}
.pine-glade {
color: #bebe79;
}
.camouflage-olive {
color: #a38e5c;
}
/* CSS Variables */
:root {
--molten-bronze:#c2a200;
--new-yellow:#e5c243;
--french-vanilla:#f1e1a7;
--pine-glade:#bebe79;
--camouflage-olive:#a38e5c;
}