Hippie Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hippie Vibes palette

Share this palette to:

Download Hippie Vibes Color Palette (PNG)

Download hippie vibes color palette PNG image (landscape)
Download hippie vibes color palette PNG image (square)

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);
}

Hippie Vibes color palette created on .