Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #c9a86e;
}
.byzantine-copper {
color: #a96f3d;
}
.gingerbread {
color: #8c4a2c;
}
.red-mane {
color: #6f3b2a;
}
.tree-house {
color: #3a291d;
}
/* CSS Variables */
:root {
--ginger-ale:#c9a86e;
--byzantine-copper:#a96f3d;
--gingerbread:#8c4a2c;
--red-mane:#6f3b2a;
--tree-house:#3a291d;
}