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: #a6c6ed;
}
.color-2 {
color: #6fa8d8;
}
.color-3 {
color: #4a8da5;
}
.color-4 {
color: #2d6a7b;
}
.color-5 {
color: #1e4b57;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #6fa8d8;
--color-3: #4a8da5;
--color-4: #2d6a7b;
--color-5: #1e4b57;
}

Hippie Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #6fa8d8, #4a8da5, #2d6a7b, #1e4b57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #6fa8d8, #4a8da5, #2d6a7b, #1e4b57);
}

Hippie Dream color palette created on .