Color names in this palette
CSS code for this palette
/* CSS */
.ibex-brown {
color: #4b1f01;
}
.in-caffeine-we-trust {
color: #6a3b2a;
}
.santa-fe-sunset {
color: #a85b4d;
}
.napa-sunset {
color: #d08f5d;
}
.pyramid-gold {
color: #e4b472;
}
/* CSS Variables */
:root {
--ibex-brown:#4b1f01;
--in-caffeine-we-trust:#6a3b2a;
--santa-fe-sunset:#a85b4d;
--napa-sunset:#d08f5d;
--pyramid-gold:#e4b472;
}