Hippie Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hippie Vibes palette
Color Inspiration
Images that showcase this color palette in real designs
Download Hippie Vibes Color Palette (PNG)
Hippie Vibes color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbe91;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #a1a4e8;
}
.color-5 {
color: #ffa09e;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe91;
--color-3: #f7c94b;
--color-4: #a1a4e8;
--color-5: #ffa09e;
}
Hippie Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe91, #f7c94b, #a1a4e8, #ffa09e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe91, #f7c94b, #a1a4e8, #ffa09e);
}
Similar color palettes
Scroll down to explore 200+ 60s color palettes
Hippie Vibes color palette created on .