1970 Vibes Color Palette
Discover the beautiful 1970 Vibes color palette featuring akaroa (#d7c1a3), sepia skin (#a35c3e), millbrook (#684d3b), paradiso (#338a75) and new orleans (#f1c7a2).
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 1970 Vibes palette
💻 1970 Vibes color palette CSS
/* CSS */
.color-1 {
color: #d7c1a3;
}
.color-2 {
color: #a35c3e;
}
.color-3 {
color: #684d3b;
}
.color-4 {
color: #338a75;
}
.color-5 {
color: #f1c7a2;
}
/* CSS Variables */
:root {
--color-1: #d7c1a3;
--color-2: #a35c3e;
--color-3: #684d3b;
--color-4: #338a75;
--color-5: #f1c7a2;
}
🌈 1970 Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c1a3, #a35c3e, #684d3b, #338a75, #f1c7a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c1a3, #a35c3e, #684d3b, #338a75, #f1c7a2);
}
🔗 Explore similar color palettes
1970 Vibes color palette created on .