Hydro Color Palette
Discover the beautiful Hydro color palette featuring royal blue (#3f8ee2), curious blue (#32a4de), riptide (#8ae4e1), boston blue (#3f99a9) and gondola (#120a10).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Hydro palette
💻 Hydro color palette CSS
/* CSS */
.color-1 {
color: #3f8ee2;
}
.color-2 {
color: #32a4de;
}
.color-3 {
color: #8ae4e1;
}
.color-4 {
color: #3f99a9;
}
.color-5 {
color: #120a10;
}
/* CSS Variables */
:root {
--color-1: #3f8ee2;
--color-2: #32a4de;
--color-3: #8ae4e1;
--color-4: #3f99a9;
--color-5: #120a10;
} 🌈 Hydro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f8ee2, #32a4de, #8ae4e1, #3f99a9, #120a10);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f8ee2, #32a4de, #8ae4e1, #3f99a9, #120a10);
} 🔗 Explore similar color palettes
Hydro color palette created on .