Color names in this palette
CSS code for this palette
/* CSS */
.alluring-umber {
color: #997a4d;
}
.harpy-brown {
color: #4b3b2a;
}
.rich-walnut {
color: #7c5d4b;
}
.october-bounty {
color: #e3c6a5;
}
.honey-grove {
color: #d9b34a;
}
/* CSS Variables */
:root {
--alluring-umber:#997a4d;
--harpy-brown:#4b3b2a;
--rich-walnut:#7c5d4b;
--october-bounty:#e3c6a5;
--honey-grove:#d9b34a;
}