Vintage 60s Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vintage 60s palette
Color Inspiration
Images that showcase this color palette in real designs
Download Vintage 60s Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 10+ Vintage color palettes
Vintage 60s color palette created on .