Shades of Blue Color Palette
Discover the beautiful Shades of Blue color palette featuring morning glory (#a3d5e0), sky blue (#6dc3e8), picton blue (#49b8e4), cerulean (#0096d6) and orient (#005a8a).
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 Blue palette
💻 Shades of Blue color palette CSS
/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #6dc3e8;
}
.color-3 {
color: #49b8e4;
}
.color-4 {
color: #0096d6;
}
.color-5 {
color: #005a8a;
}
/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #6dc3e8;
--color-3: #49b8e4;
--color-4: #0096d6;
--color-5: #005a8a;
} 🌈 Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #6dc3e8, #49b8e4, #0096d6, #005a8a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #6dc3e8, #49b8e4, #0096d6, #005a8a);
} 🔗 Explore similar color palettes
Shades of Blue color palette created on .