Copper Tragedy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Copper Tragedy palette
Color Inspiration
Images that showcase this color palette in real designs
Download Copper Tragedy Color Palette (PNG)
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);
}
Similar color palettes
Copper Tragedy color palette created on .