Color names in this palette
CSS code for this palette
/* CSS */
.copper {
color: #b87332;
}
.bakelite-gold {
color: #d8995a;
}
.citrus-sachet {
color: #f1c6a7;
}
.island-hopping {
color: #f5e3d6;
}
.nutter-butter {
color: #f7d5c5;
}
/* CSS Variables */
:root {
--copper:#b87332;
--bakelite-gold:#d8995a;
--citrus-sachet:#f1c6a7;
--island-hopping:#f5e3d6;
--nutter-butter:#f7d5c5;
}