Color names in this palette
CSS code for this palette
/* CSS */
.copper {
color: #b87332;
}
.anzac {
color: #c78b3d;
}
.golden-apricot {
color: #daa64e;
}
.birch-strain {
color: #e1b860;
}
.golden-opportunity {
color: #f4c271;
}
/* CSS Variables */
:root {
--copper:#b87332;
--anzac:#c78b3d;
--golden-apricot:#daa64e;
--birch-strain:#e1b860;
--golden-opportunity:#f4c271;
}