Hippie Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hippie Vibes palette

Share this palette to:

Hippie Vibes color palette PNG image

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: #4c9a5a;
}
.color-2 {
color: #7ebe8c;
}
.color-3 {
color: #a0d69f;
}
.color-4 {
color: #d6e0b2;
}
.color-5 {
color: #f3f8d3;
}

/* CSS Variables */
:root {
--color-1: #4c9a5a;
--color-2: #7ebe8c;
--color-3: #a0d69f;
--color-4: #d6e0b2;
--color-5: #f3f8d3;
}

Hippie Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c9a5a, #7ebe8c, #a0d69f, #d6e0b2, #f3f8d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c9a5a, #7ebe8c, #a0d69f, #d6e0b2, #f3f8d3);
}

Hippie Vibes color palette created on .