Color names in this palette
CSS code for this palette
/* CSS */
.copper {
color: #b87332;
}
.anzac {
color: #c78b3d;
}
.saffron-robe {
color: #d69f4c;
}
.lemon-surprise {
color: #e2b960;
}
.harvest-gold {
color: #eab76c;
}
/* CSS Variables */
:root {
--copper:#b87332;
--anzac:#c78b3d;
--saffron-robe:#d69f4c;
--lemon-surprise:#e2b960;
--harvest-gold:#eab76c;
}