Vintage Home Color Palette

Discover the beautiful Vintage Home color palette featuring desert (#b8571e), di serria (#da964e), chalky (#eed7a0), sorrell brown (#c6b086) and metallic copper (#6e2a21).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withOrange, Tan, Beige, Brown, Earthy, Warm, Autumn, Vintage, Soft 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: #b8571e;
}
.color-2 {
color: #da964e;
}
.color-3 {
color: #eed7a0;
}
.color-4 {
color: #c6b086;
}
.color-5 {
color: #6e2a21;
}

/* CSS Variables */
:root {
--color-1: #b8571e;
--color-2: #da964e;
--color-3: #eed7a0;
--color-4: #c6b086;
--color-5: #6e2a21;
}

🌈 Vintage Home background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8571e, #da964e, #eed7a0, #c6b086, #6e2a21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8571e, #da964e, #eed7a0, #c6b086, #6e2a21);
}

Vintage Home color palette created on .