Blue Mirage Color Palette
Discover the beautiful Blue Mirage color palette featuring cold purple (#a3b6e0), glacier (#6d9fc0), east bay (#3a5a7e), casablanca (#f2ba4a) and fire bush (#e39c31).
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 Mirage palette
💻 Blue Mirage color palette CSS
/* CSS */
.color-1 {
color: #a3b6e0;
}
.color-2 {
color: #6d9fc0;
}
.color-3 {
color: #3a5a7e;
}
.color-4 {
color: #f2ba4a;
}
.color-5 {
color: #e39c31;
}
/* CSS Variables */
:root {
--color-1: #a3b6e0;
--color-2: #6d9fc0;
--color-3: #3a5a7e;
--color-4: #f2ba4a;
--color-5: #e39c31;
} 🌈 Blue Mirage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3b6e0, #6d9fc0, #3a5a7e, #f2ba4a, #e39c31);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3b6e0, #6d9fc0, #3a5a7e, #f2ba4a, #e39c31);
} 🔗 Explore similar color palettes
Blue Mirage color palette created on .