Blue Hippie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Hippie palette
Blue Hippie color palette CSS
/* CSS */
.color-1 {
color: #3a6a8d;
}
.color-2 {
color: #5a9bbf;
}
.color-3 {
color: #7fb2d7;
}
.color-4 {
color: #a3d7e0;
}
.color-5 {
color: #b0e1e3;
}
/* CSS Variables */
:root {
--color-1: #3a6a8d;
--color-2: #5a9bbf;
--color-3: #7fb2d7;
--color-4: #a3d7e0;
--color-5: #b0e1e3;
}
Blue Hippie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a6a8d, #5a9bbf, #7fb2d7, #a3d7e0, #b0e1e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a6a8d, #5a9bbf, #7fb2d7, #a3d7e0, #b0e1e3);
}
Similar color palettes
Blue Hippie color palette created on .