Vintage Home Color Palette

Discover the beautiful Vintage Home color palette featuring fiery orange (#ab4b17), raw sienna (#ce8040), harvest gold (#e0b971), teak (#b49d5f) and espresso (#60201a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Apricot, Beige, Brown, Earthy, 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 Vintage Home palette

Share this palette to:

๐Ÿ’ป Vintage Home color palette CSS

/* CSS */
.color-1 {
color: #ab4b17;
}
.color-2 {
color: #ce8040;
}
.color-3 {
color: #e0b971;
}
.color-4 {
color: #b49d5f;
}
.color-5 {
color: #60201a;
}

/* CSS Variables */
:root {
--color-1: #ab4b17;
--color-2: #ce8040;
--color-3: #e0b971;
--color-4: #b49d5f;
--color-5: #60201a;
}

๐ŸŒˆ Vintage Home background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ab4b17, #ce8040, #e0b971, #b49d5f, #60201a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ab4b17, #ce8040, #e0b971, #b49d5f, #60201a);
}

Vintage Home color palette created on .