Blue Orion Color Palette
Discover the beautiful Blue Orion color palette featuring chambray (#3b5d9b), danube (#4f8cc9), viking (#6ec1e2), morning glory (#a3e0d4) and givry (#f7dfb6).
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 Orion palette
💻 Blue Orion color palette CSS
/* CSS */
.color-1 {
color: #3b5d9b;
}
.color-2 {
color: #4f8cc9;
}
.color-3 {
color: #6ec1e2;
}
.color-4 {
color: #a3e0d4;
}
.color-5 {
color: #f7dfb6;
}
/* CSS Variables */
:root {
--color-1: #3b5d9b;
--color-2: #4f8cc9;
--color-3: #6ec1e2;
--color-4: #a3e0d4;
--color-5: #f7dfb6;
} 🌈 Blue Orion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5d9b, #4f8cc9, #6ec1e2, #a3e0d4, #f7dfb6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5d9b, #4f8cc9, #6ec1e2, #a3e0d4, #f7dfb6);
} 🔗 Explore similar color palettes
Blue Orion color palette created on .