Vintage 60s Color Palette

Discover the beautiful Vintage 60s color palette featuring sundance (#d0a45d), brown rust (#a66d3a), dallas (#715b28), kabul (#5a4b3a) and woody brown (#3b2b2d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withVintage, 60s, Aesthetic, Earthy, Amber, Yellow, Brown, Retro, Autumn 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 60s palette

Share this palette to:

💻 Vintage 60s color palette CSS

/* CSS */
.color-1 {
color: #d0a45d;
}
.color-2 {
color: #a66d3a;
}
.color-3 {
color: #715b28;
}
.color-4 {
color: #5a4b3a;
}
.color-5 {
color: #3b2b2d;
}

/* CSS Variables */
:root {
--color-1: #d0a45d;
--color-2: #a66d3a;
--color-3: #715b28;
--color-4: #5a4b3a;
--color-5: #3b2b2d;
}

🌈 Vintage 60s background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0a45d, #a66d3a, #715b28, #5a4b3a, #3b2b2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0a45d, #a66d3a, #715b28, #5a4b3a, #3b2b2d);
}

Vintage 60s color palette created on .