Shades of Blue Color Palette
Discover the beautiful Shades of Blue color palette featuring pattens blue (#dbf1ff), malibu (#75b6ff), anakiwa (#a8d4ff), picton blue (#48a3e0) and science blue (#0066cc).
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: #dbf1ff;
}
.color-2 {
color: #75b6ff;
}
.color-3 {
color: #a8d4ff;
}
.color-4 {
color: #48a3e0;
}
.color-5 {
color: #0066cc;
}
/* CSS Variables */
:root {
--color-1: #dbf1ff;
--color-2: #75b6ff;
--color-3: #a8d4ff;
--color-4: #48a3e0;
--color-5: #0066cc;
} 🌈 Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbf1ff, #75b6ff, #a8d4ff, #48a3e0, #0066cc);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbf1ff, #75b6ff, #a8d4ff, #48a3e0, #0066cc);
} 🔗 Explore similar color palettes
Shades of Blue color palette created on .