Color names in this palette
CSS code for this palette
/* CSS */
.bighorn-sheep {
color: #1f120f;
}
.bistre {
color: #3e2a1e;
}
.seed-brown {
color: #744b39;
}
.orange-flambe {
color: #a76d58;
}
.antique-cameo {
color: #f1baa2;
}
/* CSS Variables */
:root {
--bighorn-sheep:#1f120f;
--bistre:#3e2a1e;
--seed-brown:#744b39;
--orange-flambe:#a76d58;
--antique-cameo:#f1baa2;
}