Light Blue Color Palette
Discover the beautiful Light Blue color palette featuring cerulean (#00b0f0), aquamarine (#8fffd4), tropical blue (#cfe4f7), morning glory (#a1d6e2) and hippie blue (#5c9dad).
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 Light Blue palette
💻 Light Blue color palette CSS
/* CSS */
.color-1 {
color: #00b0f0;
}
.color-2 {
color: #8fffd4;
}
.color-3 {
color: #cfe4f7;
}
.color-4 {
color: #a1d6e2;
}
.color-5 {
color: #5c9dad;
}
/* CSS Variables */
:root {
--color-1: #00b0f0;
--color-2: #8fffd4;
--color-3: #cfe4f7;
--color-4: #a1d6e2;
--color-5: #5c9dad;
} 🌈 Light Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b0f0, #8fffd4, #cfe4f7, #a1d6e2, #5c9dad);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b0f0, #8fffd4, #cfe4f7, #a1d6e2, #5c9dad);
} 🔗 Explore similar color palettes
Light Blue color palette created on .