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: #4cae4f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff9900;
}
.color-4 {
color: #6c4c41;
}
.color-5 {
color: #e0e0e0;
}

/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #ffb84d;
--color-3: #ff9900;
--color-4: #6c4c41;
--color-5: #e0e0e0;
}

Hippie Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #ffb84d, #ff9900, #6c4c41, #e0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #ffb84d, #ff9900, #6c4c41, #e0e0e0);
}

Hippie Vibes color palette created on .