Color names in this palette
CSS code for this palette
/* CSS */
.wild-west {
color: #7c5d50;
}
.spiced-rum {
color: #ac8b6c;
}
.tan {
color: #d5b26d;
}
.eggshell-paper {
color: #e0bf9e;
}
.nude-flamingo {
color: #e58b7b;
}
/* CSS Variables */
:root {
--wild-west:#7c5d50;
--spiced-rum:#ac8b6c;
--tan:#d5b26d;
--eggshell-paper:#e0bf9e;
--nude-flamingo:#e58b7b;
}