Planet X Color Palette
Discover the beautiful Planet X color palette featuring black russian (#000323), stratos (#000b34), stratos (#00174b), prussian blue (#002f57) and astronaut blue (#004c63).
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 Planet X palette
💻 Planet X color palette CSS
/* CSS */
.color-1 {
color: #000323;
}
.color-2 {
color: #000b34;
}
.color-3 {
color: #00174b;
}
.color-4 {
color: #002f57;
}
.color-5 {
color: #004c63;
}
/* CSS Variables */
:root {
--color-1: #000323;
--color-2: #000b34;
--color-3: #00174b;
--color-4: #002f57;
--color-5: #004c63;
} 🌈 Planet X background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000323, #000b34, #00174b, #002f57, #004c63);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000323, #000b34, #00174b, #002f57, #004c63);
} 🔗 Explore similar color palettes
Planet X color palette created on .