70s Vibes Color Palette
Discover the beautiful 70s Vibes color palette featuring cape palliser (#a46d3d), paarl (#a35432), mule fawn (#923d2d), finn (#703247) and livid brown (#502944).
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 70s Vibes palette
💻 70s Vibes color palette CSS
/* CSS */
.color-1 {
color: #a46d3d;
}
.color-2 {
color: #a35432;
}
.color-3 {
color: #923d2d;
}
.color-4 {
color: #703247;
}
.color-5 {
color: #502944;
}
/* CSS Variables */
:root {
--color-1: #a46d3d;
--color-2: #a35432;
--color-3: #923d2d;
--color-4: #703247;
--color-5: #502944;
} 🌈 70s Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a46d3d, #a35432, #923d2d, #703247, #502944);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a46d3d, #a35432, #923d2d, #703247, #502944);
} 🔗 Explore similar color palettes
70s Vibes color palette created on .