Brandy Brown Color Palette

Discover the beautiful Brandy Brown color palette featuring tobacco brown (#6f4c3e), twine (#c19b6c), saffron (#f4cf3e), sea buckthorn (#faaa29) and flame pea (#d86b2c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Earthy, Amber, Orange, 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 Brandy Brown palette

Share this palette to:

💻 Brandy Brown color palette CSS

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #c19b6c;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #faaa29;
}
.color-5 {
color: #d86b2c;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #c19b6c;
--color-3: #f4cf3e;
--color-4: #faaa29;
--color-5: #d86b2c;
}

🌈 Brandy Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #c19b6c, #f4cf3e, #faaa29, #d86b2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #c19b6c, #f4cf3e, #faaa29, #d86b2c);
}

Brandy Brown color palette created on .