Sci-Fi Night Color Palette
Discover the beautiful Sci-Fi Night color palette featuring shark (#1e2024), abbey (#4d4f56), pale sky (#6b6f7b), cadet blue (#a8b3c2) and aqua haze (#f2f4f8).
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 Sci-Fi Night palette
💻 Sci-Fi Night color palette CSS
/* CSS */
.color-1 {
color: #1e2024;
}
.color-2 {
color: #4d4f56;
}
.color-3 {
color: #6b6f7b;
}
.color-4 {
color: #a8b3c2;
}
.color-5 {
color: #f2f4f8;
}
/* CSS Variables */
:root {
--color-1: #1e2024;
--color-2: #4d4f56;
--color-3: #6b6f7b;
--color-4: #a8b3c2;
--color-5: #f2f4f8;
} 🌈 Sci-Fi Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2024, #4d4f56, #6b6f7b, #a8b3c2, #f2f4f8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2024, #4d4f56, #6b6f7b, #a8b3c2, #f2f4f8);
} 🔗 Explore similar color palettes
Sci-Fi Night color palette created on .