Color names in this palette
CSS code for this palette
/* CSS */
.copper {
color: #b87332;
}
.gold-coast {
color: #c8893c;
}
.gold-foil {
color: #d9a44a;
}
.golden-appeal {
color: #e6c45b;
}
.march-yellow {
color: #f1d788;
}
/* CSS Variables */
:root {
--copper:#b87332;
--gold-coast:#c8893c;
--gold-foil:#d9a44a;
--golden-appeal:#e6c45b;
--march-yellow:#f1d788;
}