Hydro Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hydro palette

Share this palette to:

Hydro color palette CSS

/* CSS */
.color-1 {
color: #408fe2;
}
.color-2 {
color: #31a4dd;
}
.color-3 {
color: #8be5e2;
}
.color-4 {
color: #3e98a8;
}
.color-5 {
color: #10090f;
}

/* CSS Variables */
:root {
--color-1: #408fe2;
--color-2: #31a4dd;
--color-3: #8be5e2;
--color-4: #3e98a8;
--color-5: #10090f;
}

Hydro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #408fe2, #31a4dd, #8be5e2, #3e98a8, #10090f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #408fe2, #31a4dd, #8be5e2, #3e98a8, #10090f);
}

Similar color palettes

Scroll down to explore 2 Blue color palettes

Hydro color palette created on .