Copper Tragedy Color Palette
Discover the beautiful Copper Tragedy color palette featuring quincy (#5b3a29), sepia skin (#a15b3a), raw sienna (#d58a48), apricot peach (#f8ccb4) and jet stream (#c0d8d3).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Copper Tragedy palette
💻 Copper Tragedy color palette CSS
/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #a15b3a;
}
.color-3 {
color: #d58a48;
}
.color-4 {
color: #f8ccb4;
}
.color-5 {
color: #c0d8d3;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #a15b3a;
--color-3: #d58a48;
--color-4: #f8ccb4;
--color-5: #c0d8d3;
} 🌈 Copper Tragedy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #a15b3a, #d58a48, #f8ccb4, #c0d8d3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #a15b3a, #d58a48, #f8ccb4, #c0d8d3);
} 🔗 Explore similar color palettes
Copper Tragedy color palette created on .