Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.gold-foil {
color: #d9a44a;
}
.burnt-copper {
color: #c66a39;
}
.arabian-red {
color: #a24e3f;
}
.strong-envy {
color: #792e2a;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--gold-foil:#d9a44a;
--burnt-copper:#c66a39;
--arabian-red:#a24e3f;
--strong-envy:#792e2a;
}