Color names in this palette
CSS code for this palette
/* CSS */
.copper {
color: #b87332;
}
.ceremonial-gold {
color: #d99b59;
}
.buffalo-trail {
color: #e2af78;
}
.caramel-powder {
color: #f0c099;
}
.tender-peach {
color: #fad5b7;
}
/* CSS Variables */
:root {
--copper:#b87332;
--ceremonial-gold:#d99b59;
--buffalo-trail:#e2af78;
--caramel-powder:#f0c099;
--tender-peach:#fad5b7;
}