Earthy 60s Vibes Color Palette
Discover the beautiful Earthy 60s Vibes color palette featuring highland (#7c9b69), pine glade (#c6d59a), cashmere (#e3c6a5), my pink (#d69c94) and turkish rose (#b36b70).
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 Earthy 60s Vibes palette
💻 Earthy 60s Vibes color palette CSS
/* CSS */
.color-1 {
color: #7c9b69;
}
.color-2 {
color: #c6d59a;
}
.color-3 {
color: #e3c6a5;
}
.color-4 {
color: #d69c94;
}
.color-5 {
color: #b36b70;
}
/* CSS Variables */
:root {
--color-1: #7c9b69;
--color-2: #c6d59a;
--color-3: #e3c6a5;
--color-4: #d69c94;
--color-5: #b36b70;
} 🌈 Earthy 60s Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c9b69, #c6d59a, #e3c6a5, #d69c94, #b36b70);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c9b69, #c6d59a, #e3c6a5, #d69c94, #b36b70);
} 🔗 Explore similar color palettes
Earthy 60s Vibes color palette created on .