Color names in this palette
CSS code for this palette
/* CSS */
.zing {
color: #fbbf7e;
}
.sandy-brown {
color: #f5a65b;
}
.brass-buttons {
color: #dfae4e;
}
.golden-grain {
color: #c69039;
}
.inca-gold {
color: #a86d2e;
}
/* CSS Variables */
:root {
--zing:#fbbf7e;
--sandy-brown:#f5a65b;
--brass-buttons:#dfae4e;
--golden-grain:#c69039;
--inca-gold:#a86d2e;
}