Earthy 60s Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy 60s Vibes palette
Download Earthy 60s Vibes Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 5 Earthy color palettes
Earthy 60s Vibes color palette created on .