1970s Vintage Color Palette
Discover the beautiful 1970s Vintage color palette featuring apple blossom (#a04a3b), red damask (#d36b3c), sandy brown (#f0a26a), marzipan (#f7d69c) and sidecar (#f1e0b1).
Brightness
Saturation
Warmth
💡 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 1970s Vintage palette
💻 1970s Vintage color palette CSS
/* CSS */
.color-1 {
color: #a04a3b;
}
.color-2 {
color: #d36b3c;
}
.color-3 {
color: #f0a26a;
}
.color-4 {
color: #f7d69c;
}
.color-5 {
color: #f1e0b1;
}
/* CSS Variables */
:root {
--color-1: #a04a3b;
--color-2: #d36b3c;
--color-3: #f0a26a;
--color-4: #f7d69c;
--color-5: #f1e0b1;
}
🌈 1970s Vintage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a04a3b, #d36b3c, #f0a26a, #f7d69c, #f1e0b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a04a3b, #d36b3c, #f0a26a, #f7d69c, #f1e0b1);
}
🔗 Explore similar color palettes
1970s Vintage color palette created on .