Night Sky Color Palette
Discover the beautiful Night Sky color palette featuring mirage (#1c1f3b), martinique (#282c4d), fiord (#3c3f68), east bay (#4d4d80) and mid gray (#606271).
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 Night Sky palette
💻 Night Sky color palette CSS
/* CSS */
.color-1 {
color: #1c1f3b;
}
.color-2 {
color: #282c4d;
}
.color-3 {
color: #3c3f68;
}
.color-4 {
color: #4d4d80;
}
.color-5 {
color: #606271;
}
/* CSS Variables */
:root {
--color-1: #1c1f3b;
--color-2: #282c4d;
--color-3: #3c3f68;
--color-4: #4d4d80;
--color-5: #606271;
}
🌈 Night Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f3b, #282c4d, #3c3f68, #4d4d80, #606271);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f3b, #282c4d, #3c3f68, #4d4d80, #606271);
}
🔗 Explore similar color palettes
Night Sky color palette created on .