Branch Color Palette

Discover the beautiful Branch color palette featuring old copper (#6e4f2b), shadow (#8c6a4a), teak (#b59a69), sapling (#e1d5a8) and ecru white (#f4f4e1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Earthy, Forest, Green, Light, Nature, Neutral, Soft, Wood 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 Branch palette

Share this palette to:

💻 Branch color palette CSS

/* CSS */
.color-1 {
color: #6e4f2b;
}
.color-2 {
color: #8c6a4a;
}
.color-3 {
color: #b59a69;
}
.color-4 {
color: #e1d5a8;
}
.color-5 {
color: #f4f4e1;
}

/* CSS Variables */
:root {
--color-1: #6e4f2b;
--color-2: #8c6a4a;
--color-3: #b59a69;
--color-4: #e1d5a8;
--color-5: #f4f4e1;
}

🌈 Branch background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e4f2b, #8c6a4a, #b59a69, #e1d5a8, #f4f4e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e4f2b, #8c6a4a, #b59a69, #e1d5a8, #f4f4e1);
}

Branch color palette created on .