Shades of Baby Blue Color Palette
Discover the beautiful Shades of Baby Blue color palette featuring regent st blue (#9ed5e5), viking (#73b2d9), havelock blue (#4b91e2), jelly bean (#2b7ba6) and matisse (#1f5c8e).
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 Baby Blue palette
💻 Shades of Baby Blue color palette CSS
/* CSS */
.color-1 {
color: #9ed5e5;
}
.color-2 {
color: #73b2d9;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #2b7ba6;
}
.color-5 {
color: #1f5c8e;
}
/* CSS Variables */
:root {
--color-1: #9ed5e5;
--color-2: #73b2d9;
--color-3: #4b91e2;
--color-4: #2b7ba6;
--color-5: #1f5c8e;
} 🌈 Shades of Baby Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed5e5, #73b2d9, #4b91e2, #2b7ba6, #1f5c8e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed5e5, #73b2d9, #4b91e2, #2b7ba6, #1f5c8e);
} 🔗 Explore similar color palettes
Shades of Baby Blue color palette created on .