Color names in this palette
CSS code for this palette
/* CSS */
.burled-redwood {
color: #8d4a3a;
}
.raw-copper {
color: #c46c4f;
}
.mexican-standoff {
color: #e8a378;
}
.afternoon {
color: #f9c97b;
}
.bone-white {
color: #f2e1b1;
}
/* CSS Variables */
:root {
--burled-redwood:#8d4a3a;
--raw-copper:#c46c4f;
--mexican-standoff:#e8a378;
--afternoon:#f9c97b;
--bone-white:#f2e1b1;
}