Hippie Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hippie Dream palette
Hippie Dream color palette PNG image
Hippie Dream color palette CSS
/* CSS */
.color-1 {
color: #5dbce5;
}
.color-2 {
color: #4f9cc9;
}
.color-3 {
color: #3d8499;
}
.color-4 {
color: #2d6e7b;
}
.color-5 {
color: #1e4d5c;
}
/* CSS Variables */
:root {
--color-1: #5dbce5;
--color-2: #4f9cc9;
--color-3: #3d8499;
--color-4: #2d6e7b;
--color-5: #1e4d5c;
}
Hippie Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5dbce5, #4f9cc9, #3d8499, #2d6e7b, #1e4d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5dbce5, #4f9cc9, #3d8499, #2d6e7b, #1e4d5c);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Hippie Dream color palette created on .