Vintage Home Color Palette

Discover the beautiful Vintage Home color palette featuring kumera (#895b29), twine (#c19b6c), grain brown (#e3d8b5), norway (#a1b5a1) and cowboy (#4e2c2e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withVintage, Brown, Beige, Green, Muted, Earthy, Soft, Cream 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 Vintage Home palette

Share this palette to:

💻 Vintage Home color palette CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #c19b6c;
}
.color-3 {
color: #e3d8b5;
}
.color-4 {
color: #a1b5a1;
}
.color-5 {
color: #4e2c2e;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #c19b6c;
--color-3: #e3d8b5;
--color-4: #a1b5a1;
--color-5: #4e2c2e;
}

🌈 Vintage Home background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #c19b6c, #e3d8b5, #a1b5a1, #4e2c2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #c19b6c, #e3d8b5, #a1b5a1, #4e2c2e);
}

Vintage Home color palette created on .