Helium Blue Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Helium Blue Shades palette

Share this palette to:

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);
}

Helium Blue Shades color palette created on .