Color names in this palette
CSS code for this palette
/* CSS */
.brassed-off {
color: #d5a648;
}
.river-of-gold {
color: #e4b75e;
}
.golden-lion {
color: #f1c86f;
}
.scarecrow-frown {
color: #a55a2c;
}
.sweet-mandarin {
color: #d05a39;
}
/* CSS Variables */
:root {
--brassed-off:#d5a648;
--river-of-gold:#e4b75e;
--golden-lion:#f1c86f;
--scarecrow-frown:#a55a2c;
--sweet-mandarin:#d05a39;
}