Helium Blue Shades Color Palette
Discover the beautiful Helium Blue Shades color palette featuring picton blue (#5eb8e8), calypso (#3b7a9b), calypso (#2b5a7d), nile blue (#1b3d5a) and elephant (#0c2836).
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 Helium Blue Shades palette
💻 Helium Blue Shades color palette CSS
/* CSS */
.color-1 {
color: #5eb8e8;
}
.color-2 {
color: #3b7a9b;
}
.color-3 {
color: #2b5a7d;
}
.color-4 {
color: #1b3d5a;
}
.color-5 {
color: #0c2836;
}
/* CSS Variables */
:root {
--color-1: #5eb8e8;
--color-2: #3b7a9b;
--color-3: #2b5a7d;
--color-4: #1b3d5a;
--color-5: #0c2836;
} 🌈 Helium Blue Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5eb8e8, #3b7a9b, #2b5a7d, #1b3d5a, #0c2836);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5eb8e8, #3b7a9b, #2b5a7d, #1b3d5a, #0c2836);
} 🔗 Explore similar color palettes
Helium Blue Shades color palette created on .