Hippie Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hippie Vibes palette
Hippie Vibes color palette PNG image
Hippie Vibes color palette CSS
/* CSS */
.color-1 {
color: #a2d7e2;
}
.color-2 {
color: #ffd000;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #b2bdb5;
}
.color-5 {
color: #f7c6b6;
}
/* CSS Variables */
:root {
--color-1: #a2d7e2;
--color-2: #ffd000;
--color-3: #ff6e61;
--color-4: #b2bdb5;
--color-5: #f7c6b6;
}
Hippie Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d7e2, #ffd000, #ff6e61, #b2bdb5, #f7c6b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d7e2, #ffd000, #ff6e61, #b2bdb5, #f7c6b6);
}
Similar color palettes
Scroll down to explore 10+ 60s color palettes
Hippie Vibes color palette created on .