Color names in this palette
CSS code for this palette
/* CSS */
.western-brown {
color: #5c3b33;
}
.nutmeg {
color: #7d4b3b;
}
.santa-fe-sunset {
color: #a85b4d;
}
.artemis {
color: #d5a66c;
}
.harmonious-gold {
color: #e8cca1;
}
/* CSS Variables */
:root {
--western-brown:#5c3b33;
--nutmeg:#7d4b3b;
--santa-fe-sunset:#a85b4d;
--artemis:#d5a66c;
--harmonious-gold:#e8cca1;
}