Vintage Color Palette

Discover the beautiful Vintage color palette featuring porsche (#e5b06c), tan (#c9a87e), dusty gray (#a79094), lynch (#6f7f9b) and east bay (#3a5a78).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beige, Brown, Cream, Gray, Green, Indigo, Lavender, Blue 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 palette

Share this palette to:

๐Ÿ’ป Vintage color palette CSS

/* CSS */
.color-1 {
color: #e5b06c;
}
.color-2 {
color: #c9a87e;
}
.color-3 {
color: #a79094;
}
.color-4 {
color: #6f7f9b;
}
.color-5 {
color: #3a5a78;
}

/* CSS Variables */
:root {
--color-1: #e5b06c;
--color-2: #c9a87e;
--color-3: #a79094;
--color-4: #6f7f9b;
--color-5: #3a5a78;
}

๐ŸŒˆ Vintage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b06c, #c9a87e, #a79094, #6f7f9b, #3a5a78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b06c, #c9a87e, #a79094, #6f7f9b, #3a5a78);
}

Vintage color palette created on .