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