Discover the beautiful Shades of Blue color palette featuring biscay (#1e3f67), smalt blue (#5a7d90), half baked (#90c7d5), rose bud (#f7a5a1) and texas rose (#ffb84d).
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: #1e3f67;
}
.color-2 {
color: #5a7d90;
}
.color-3 {
color: #90c7d5;
}
.color-4 {
color: #f7a5a1;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #1e3f67;
--color-2: #5a7d90;
--color-3: #90c7d5;
--color-4: #f7a5a1;
--color-5: #ffb84d;
}
🌈 Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3f67, #5a7d90, #90c7d5, #f7a5a1, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3f67, #5a7d90, #90c7d5, #f7a5a1, #ffb84d);
}
🔗 Explore similar color palettes
Shades of Blue color palette created on .