Blue Ice Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Ice palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue Ice Color Palette (PNG)
Blue Ice color palette CSS
/* CSS */
.color-1 {
color: #a1d3e8;
}
.color-2 {
color: #5ab0c4;
}
.color-3 {
color: #3b798c;
}
.color-4 {
color: #2a4b55;
}
.color-5 {
color: #1a2c32;
}
/* CSS Variables */
:root {
--color-1: #a1d3e8;
--color-2: #5ab0c4;
--color-3: #3b798c;
--color-4: #2a4b55;
--color-5: #1a2c32;
}
Blue Ice background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d3e8, #5ab0c4, #3b798c, #2a4b55, #1a2c32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d3e8, #5ab0c4, #3b798c, #2a4b55, #1a2c32);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Ice color palette created on .