Blue Glacier Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Glacier palette
Download Blue Glacier Color Palette (PNG)
Blue Glacier color palette CSS
/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #92c2e8;
}
.color-3 {
color: #6da5d9;
}
.color-4 {
color: #4b8abe;
}
.color-5 {
color: #2c5f8c;
}
/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #92c2e8;
--color-3: #6da5d9;
--color-4: #4b8abe;
--color-5: #2c5f8c;
}
Blue Glacier background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #92c2e8, #6da5d9, #4b8abe, #2c5f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #92c2e8, #6da5d9, #4b8abe, #2c5f8c);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Glacier color palette created on .