Color names in this palette
CSS code for this palette
/* CSS */
.button-eyes {
color: #4e3b32;
}
.rich-walnut {
color: #7c5e4b;
}
.del-rio {
color: #b4998d;
}
.thai-ice-tea {
color: #e2a578;
}
.bronze-satin {
color: #d05435;
}
/* CSS Variables */
:root {
--button-eyes:#4e3b32;
--rich-walnut:#7c5e4b;
--del-rio:#b4998d;
--thai-ice-tea:#e2a578;
--bronze-satin:#d05435;
}