Outer Space Color Palette
Discover the beautiful Outer Space color palette featuring lucky point (#1e1e76), bay of many (#2a2c92), victoria (#4c4f9e), kimberly (#6b6f9e) and wistful (#a1a2ce).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withNight Sky, Deep, Blue, Cosmic, Modern, High Contrast, Vibrant, Soft Winter, Gray color palettes and combinations.
💡 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: #1e1e76;
}
.color-2 {
color: #2a2c92;
}
.color-3 {
color: #4c4f9e;
}
.color-4 {
color: #6b6f9e;
}
.color-5 {
color: #a1a2ce;
}
/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #2a2c92;
--color-3: #4c4f9e;
--color-4: #6b6f9e;
--color-5: #a1a2ce;
}
🌈 Outer Space background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #2a2c92, #4c4f9e, #6b6f9e, #a1a2ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #2a2c92, #4c4f9e, #6b6f9e, #a1a2ce);
}
🔗 Explore similar color palettes
Outer Space color palette created on .