Color names in this palette
CSS code for this palette
/* CSS */
.copper {
color: #b87332;
}
.solar-fusion {
color: #d89b46;
}
.california-chamois {
color: #e5b86c;
}
.sheer-apricot {
color: #f1c79d;
}
.curd {
color: #f7e2bb;
}
/* CSS Variables */
:root {
--copper:#b87332;
--solar-fusion:#d89b46;
--california-chamois:#e5b86c;
--sheer-apricot:#f1c79d;
--curd:#f7e2bb;
}