Color names in this palette
CSS code for this palette
/* CSS */
.wax-way {
color: #d8b569;
}
.warm-leather {
color: #c8a25b;
}
.rich-sorrel {
color: #a67b3a;
}
.burned-brown {
color: #6f4c3e;
}
.demitasse {
color: #493d31;
}
/* CSS Variables */
:root {
--wax-way:#d8b569;
--warm-leather:#c8a25b;
--rich-sorrel:#a67b3a;
--burned-brown:#6f4c3e;
--demitasse:#493d31;
}