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: #4d9d6c;
}
.color-2 {
color: #69bf88;
}
.color-3 {
color: #a6e2b5;
}
.color-4 {
color: #ffca80;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #4d9d6c;
--color-2: #69bf88;
--color-3: #a6e2b5;
--color-4: #ffca80;
--color-5: #ff6e61;
}
Hippie Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d9d6c, #69bf88, #a6e2b5, #ffca80, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d9d6c, #69bf88, #a6e2b5, #ffca80, #ff6e61);
}
Similar color palettes
Hippie Vibes color palette created on .