Color names in this palette
CSS code for this palette
/* CSS */
.classic-terra {
color: #e4cdaf;
}
.camelback-mountain {
color: #d1b689;
}
.hazed-nuts {
color: #c49f6e;
}
.breadstick {
color: #b48b55;
}
.castellina {
color: #a37043;
}
/* CSS Variables */
:root {
--classic-terra:#e4cdaf;
--camelback-mountain:#d1b689;
--hazed-nuts:#c49f6e;
--breadstick:#b48b55;
--castellina:#a37043;
}