Color names in this palette
CSS code for this palette
/* CSS */
.rusty-coin {
color: #8c5a2b;
}
.yellow-mandarin {
color: #d67f2e;
}
.radiant-sun {
color: #f3ca4f;
}
.river-of-gold {
color: #e4b75e;
}
.korma {
color: #7e4c2a;
}
/* CSS Variables */
:root {
--rusty-coin:#8c5a2b;
--yellow-mandarin:#d67f2e;
--radiant-sun:#f3ca4f;
--river-of-gold:#e4b75e;
--korma:#7e4c2a;
}