Hippie Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hippie Dream palette

Share this palette to:

Hippie Dream color palette PNG image

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

Hippie Dream color palette CSS

/* CSS */
.color-1 {
color: #5faad8;
}
.color-2 {
color: #4a8bba;
}
.color-3 {
color: #367db0;
}
.color-4 {
color: #2e6c9e;
}
.color-5 {
color: #1b5b88;
}

/* CSS Variables */
:root {
--color-1: #5faad8;
--color-2: #4a8bba;
--color-3: #367db0;
--color-4: #2e6c9e;
--color-5: #1b5b88;
}

Hippie Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5faad8, #4a8bba, #367db0, #2e6c9e, #1b5b88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5faad8, #4a8bba, #367db0, #2e6c9e, #1b5b88);
}

Hippie Dream color palette created on .