deeper, more coppery-orange. It will darken your current copper slightly, adding warmth with more red and brown undertones. The final result will be more muted compared to Ginger. Color Palette

Discover the beautiful deeper, more coppery-orange. It will darken your current copper slightly, adding warmth with more red and brown undertones. The final result will be more muted compared to Ginger. color palette featuring copper (#c7693d), brown rust (#b55f40), brown rust (#a5543b), mule fawn (#8c4b31) and pickled bean (#6d3d26).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Brown, Earthy, Orange, Red, Vintage, Warm color palettes and combinations.

๐Ÿ’ก 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 deeper, more coppery-orange. It will darken your current copper slightly, adding warmth with more red and brown undertones. The final result will be more muted compared to Ginger. palette

Share this palette to:

๐Ÿ’ป deeper, more coppery-orange. It will darken your current copper slightly, adding warmth with more red and brown undertones. The final result will be more muted compared to Ginger. color palette CSS

/* CSS */
.color-1 {
color: #c7693d;
}
.color-2 {
color: #b55f40;
}
.color-3 {
color: #a5543b;
}
.color-4 {
color: #8c4b31;
}
.color-5 {
color: #6d3d26;
}

/* CSS Variables */
:root {
--color-1: #c7693d;
--color-2: #b55f40;
--color-3: #a5543b;
--color-4: #8c4b31;
--color-5: #6d3d26;
}

๐ŸŒˆ deeper, more coppery-orange. It will darken your current copper slightly, adding warmth with more red and brown undertones. The final result will be more muted compared to Ginger. background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7693d, #b55f40, #a5543b, #8c4b31, #6d3d26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7693d, #b55f40, #a5543b, #8c4b31, #6d3d26);
}

deeper, more coppery-orange. It will darken your current copper slightly, adding warmth with more red and brown undertones. The final result will be more muted compared to Ginger. color palette created on .