Copper Hues Color Palette
Discover the beautiful Copper Hues color palette featuring kumera (#895b29), brown rust (#a35e33), whiskey (#d1915c), porsche (#efb26b) and avocado (#8c9a6a).
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 Hues palette
๐ป Copper Hues color palette CSS
/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #a35e33;
}
.color-3 {
color: #d1915c;
}
.color-4 {
color: #efb26b;
}
.color-5 {
color: #8c9a6a;
}
/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #a35e33;
--color-3: #d1915c;
--color-4: #efb26b;
--color-5: #8c9a6a;
} ๐ Copper Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #a35e33, #d1915c, #efb26b, #8c9a6a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #a35e33, #d1915c, #efb26b, #8c9a6a);
} ๐ Explore similar color palettes
Copper Hues color palette created on .