Shades of Copper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Copper palette
Shades of Copper color palette CSS
/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #895b29;
}
.color-3 {
color: #d3b58d;
}
.color-4 {
color: #d9a520;
}
.color-5 {
color: #9f512d;
}
/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #895b29;
--color-3: #d3b58d;
--color-4: #d9a520;
--color-5: #9f512d;
}
Shades of Copper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #895b29, #d3b58d, #d9a520, #9f512d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #895b29, #d3b58d, #d9a520, #9f512d);
}
Similar color palettes
Scroll down to explore 500+ Earthy color palettes
Shades of Copper color palette created on .