Blue Angelic Color Palette
Discover the beautiful Blue Angelic color palette featuring boston blue (#3b8fab), viking (#5ac3d3), riptide (#8be5e0), humming bird (#caf7f3) and aqua squeeze (#f1f9f7).
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 Blue Angelic palette
💻 Blue Angelic color palette CSS
/* CSS */
.color-1 {
color: #3b8fab;
}
.color-2 {
color: #5ac3d3;
}
.color-3 {
color: #8be5e0;
}
.color-4 {
color: #caf7f3;
}
.color-5 {
color: #f1f9f7;
}
/* CSS Variables */
:root {
--color-1: #3b8fab;
--color-2: #5ac3d3;
--color-3: #8be5e0;
--color-4: #caf7f3;
--color-5: #f1f9f7;
} 🌈 Blue Angelic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8fab, #5ac3d3, #8be5e0, #caf7f3, #f1f9f7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8fab, #5ac3d3, #8be5e0, #caf7f3, #f1f9f7);
} 🔗 Explore similar color palettes
Blue Angelic color palette created on .