Color names in this palette
CSS code for this palette
/* CSS */
.amber-autumn {
color: #c69c6c;
}
.texas-ranger-brown {
color: #a1522b;
}
.brass-balls {
color: #e7b840;
}
.marigold-dust {
color: #f4cf3e;
}
.semi-sweet-chocolate {
color: #6a4125;
}
/* CSS Variables */
:root {
--amber-autumn:#c69c6c;
--texas-ranger-brown:#a1522b;
--brass-balls:#e7b840;
--marigold-dust:#f4cf3e;
--semi-sweet-chocolate:#6a4125;
}