Color names in this palette
CSS code for this palette
/* CSS */
.goldie {
color: #c89e3c;
}
.rich-sorrel {
color: #a67b3a;
}
.radigan-conagher-brown {
color: #694b3a;
}
.couch {
color: #4a2c21;
}
.tetsu-guro-black {
color: #2f1b13;
}
/* CSS Variables */
:root {
--goldie:#c89e3c;
--rich-sorrel:#a67b3a;
--radigan-conagher-brown:#694b3a;
--couch:#4a2c21;
--tetsu-guro-black:#2f1b13;
}