Brown Tabern Walls Color Palette

Discover the beautiful Brown Tabern Walls color palette featuring pickled bean (#6b4221), sepia (#663713), cioccolato (#5c280e), jambalaya (#532912) and el paso (#28180a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Dark, Deep, Earthy, Neutral, Rustic, Warm, 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 Brown Tabern Walls palette

Share this palette to:

💻 Brown Tabern Walls color palette CSS

/* CSS */
.color-1 {
color: #6b4221;
}
.color-2 {
color: #663713;
}
.color-3 {
color: #5c280e;
}
.color-4 {
color: #532912;
}
.color-5 {
color: #28180a;
}

/* CSS Variables */
:root {
--color-1: #6b4221;
--color-2: #663713;
--color-3: #5c280e;
--color-4: #532912;
--color-5: #28180a;
}

🌈 Brown Tabern Walls background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b4221, #663713, #5c280e, #532912, #28180a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b4221, #663713, #5c280e, #532912, #28180a);
}

Brown Tabern Walls color palette created on .