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: #4c9a3c;
}
.color-2 {
color: #6abe55;
}
.color-3 {
color: #8ddc79;
}
.color-4 {
color: #a7f99f;
}
.color-5 {
color: #c2ffc6;
}

/* CSS Variables */
:root {
--color-1: #4c9a3c;
--color-2: #6abe55;
--color-3: #8ddc79;
--color-4: #a7f99f;
--color-5: #c2ffc6;
}

Hippie Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c9a3c, #6abe55, #8ddc79, #a7f99f, #c2ffc6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c9a3c, #6abe55, #8ddc79, #a7f99f, #c2ffc6);
}

Hippie Vibes color palette created on .