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: #5a9baf;
}
.color-2 {
color: #6ba7c7;
}
.color-3 {
color: #92c7e8;
}
.color-4 {
color: #a8e1f0;
}
.color-5 {
color: #d1f0f5;
}

/* CSS Variables */
:root {
--color-1: #5a9baf;
--color-2: #6ba7c7;
--color-3: #92c7e8;
--color-4: #a8e1f0;
--color-5: #d1f0f5;
}

Hippie Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a9baf, #6ba7c7, #92c7e8, #a8e1f0, #d1f0f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a9baf, #6ba7c7, #92c7e8, #a8e1f0, #d1f0f5);
}

Similar color palettes

Hippie Vibes color palette created on .