Icy Blue Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Icy Blue Shades palette
Icy Blue Shades color palette CSS
/* CSS */
.color-1 {
color: #bee7f9;
}
.color-2 {
color: #a7d4e7;
}
.color-3 {
color: #8fc2e0;
}
.color-4 {
color: #76b1d0;
}
.color-5 {
color: #57a5bc;
}
/* CSS Variables */
:root {
--color-1: #bee7f9;
--color-2: #a7d4e7;
--color-3: #8fc2e0;
--color-4: #76b1d0;
--color-5: #57a5bc;
}
Icy Blue Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bee7f9, #a7d4e7, #8fc2e0, #76b1d0, #57a5bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bee7f9, #a7d4e7, #8fc2e0, #76b1d0, #57a5bc);
}
Similar color palettes
Icy Blue Shades color palette created on .