Cool Light Blues Color Palette
Discover the beautiful Cool Light Blues color palette featuring lily white (#ecf8fe), white ice (#e4f5fb), polar (#d9f0f7), link water (#cbe7f1) and jagged ice (#c3dbe9).
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 Cool Light Blues palette
💻 Cool Light Blues color palette CSS
/* CSS */
.color-1 {
color: #ecf8fe;
}
.color-2 {
color: #e4f5fb;
}
.color-3 {
color: #d9f0f7;
}
.color-4 {
color: #cbe7f1;
}
.color-5 {
color: #c3dbe9;
}
/* CSS Variables */
:root {
--color-1: #ecf8fe;
--color-2: #e4f5fb;
--color-3: #d9f0f7;
--color-4: #cbe7f1;
--color-5: #c3dbe9;
} 🌈 Cool Light Blues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecf8fe, #e4f5fb, #d9f0f7, #cbe7f1, #c3dbe9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecf8fe, #e4f5fb, #d9f0f7, #cbe7f1, #c3dbe9);
} 🔗 Explore similar color palettes
Cool Light Blues color palette created on .