Outer Space Color Palette
Discover the beautiful Outer Space color palette featuring nile blue (#192a4d), rhino (#2f3e6a), kashmir blue (#4b5b8b), ship cove (#6a90be) and cornflower (#8ac3e0).
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 Outer Space palette
💻 Outer Space color palette CSS
/* CSS */
.color-1 {
color: #192a4d;
}
.color-2 {
color: #2f3e6a;
}
.color-3 {
color: #4b5b8b;
}
.color-4 {
color: #6a90be;
}
.color-5 {
color: #8ac3e0;
}
/* CSS Variables */
:root {
--color-1: #192a4d;
--color-2: #2f3e6a;
--color-3: #4b5b8b;
--color-4: #6a90be;
--color-5: #8ac3e0;
}
🌈 Outer Space background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #192a4d, #2f3e6a, #4b5b8b, #6a90be, #8ac3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #192a4d, #2f3e6a, #4b5b8b, #6a90be, #8ac3e0);
}
🔗 Explore similar color palettes
Outer Space color palette created on .