Discover the beautiful Shades of Blue color palette featuring port gore (#1e1f4d), chambray (#3b3c8c), scampi (#6b6bb3), cold purple (#9f9fe0) and titan white (#e5e5ff).
Shades of Blue Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Shades of Blue palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Shades of Blue palette
💻 Shades of Blue color palette CSS
/* CSS */
.color-1 {
color: #1e1f4d;
}
.color-2 {
color: #3b3c8c;
}
.color-3 {
color: #6b6bb3;
}
.color-4 {
color: #9f9fe0;
}
.color-5 {
color: #e5e5ff;
}
/* CSS Variables */
:root {
--color-1: #1e1f4d;
--color-2: #3b3c8c;
--color-3: #6b6bb3;
--color-4: #9f9fe0;
--color-5: #e5e5ff;
}
🌈 Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f4d, #3b3c8c, #6b6bb3, #9f9fe0, #e5e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f4d, #3b3c8c, #6b6bb3, #9f9fe0, #e5e5ff);
}
🔗 Explore similar color palettes
Shades of Blue color palette created on .