Shades of Blue Color Palette
Discover the beautiful Shades of Blue color palette featuring porcelain (#e0e5e6), regent st blue (#a4c7df), steel blue (#4d8bb3), ming (#3f6c8d) and blue dianne (#1d3b4e).
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: #e0e5e6;
}
.color-2 {
color: #a4c7df;
}
.color-3 {
color: #4d8bb3;
}
.color-4 {
color: #3f6c8d;
}
.color-5 {
color: #1d3b4e;
}
/* CSS Variables */
:root {
--color-1: #e0e5e6;
--color-2: #a4c7df;
--color-3: #4d8bb3;
--color-4: #3f6c8d;
--color-5: #1d3b4e;
} 🌈 Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e5e6, #a4c7df, #4d8bb3, #3f6c8d, #1d3b4e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e5e6, #a4c7df, #4d8bb3, #3f6c8d, #1d3b4e);
} 🔗 Explore similar color palettes
Shades of Blue color palette created on .