Color names in this palette
CSS code for this palette
/* CSS */
.copper {
color: #b87332;
}
.cognac {
color: #d38c45;
}
.shiny-trumpet {
color: #ebb056;
}
.golden-opportunity {
color: #f9c16c;
}
.honey-blush {
color: #f4ce9a;
}
/* CSS Variables */
:root {
--copper:#b87332;
--cognac:#d38c45;
--shiny-trumpet:#ebb056;
--golden-opportunity:#f9c16c;
--honey-blush:#f4ce9a;
}