Shades of Ice Blue Color Palette
Discover the beautiful Shades of Ice Blue color palette featuring powder blue (#b1dfe2), sinbad (#a6d9d8), monte carlo (#8cd1d4), downy (#6ec8c9) and fountain blue (#49b8bc).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Shades of Ice Blue palette
💻 Shades of Ice Blue color palette CSS
/* CSS */
.color-1 {
color: #b1dfe2;
}
.color-2 {
color: #a6d9d8;
}
.color-3 {
color: #8cd1d4;
}
.color-4 {
color: #6ec8c9;
}
.color-5 {
color: #49b8bc;
}
/* CSS Variables */
:root {
--color-1: #b1dfe2;
--color-2: #a6d9d8;
--color-3: #8cd1d4;
--color-4: #6ec8c9;
--color-5: #49b8bc;
}
🌈 Shades of Ice Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1dfe2, #a6d9d8, #8cd1d4, #6ec8c9, #49b8bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1dfe2, #a6d9d8, #8cd1d4, #6ec8c9, #49b8bc);
}
🔗 Explore similar color palettes
Shades of Ice Blue color palette created on .