Rocket Color Palette
Discover the beautiful Rocket color palette featuring blue zodiac (#0e2a50), blue zodiac (#0e3050), elephant (#0e3750), eden (#0e3e50) and chathams blue (#0f446e).
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 Rocket palette
💻 Rocket color palette CSS
/* CSS */
.color-1 {
color: #0e2a50;
}
.color-2 {
color: #0e3050;
}
.color-3 {
color: #0e3750;
}
.color-4 {
color: #0e3e50;
}
.color-5 {
color: #0f446e;
}
/* CSS Variables */
:root {
--color-1: #0e2a50;
--color-2: #0e3050;
--color-3: #0e3750;
--color-4: #0e3e50;
--color-5: #0f446e;
} 🌈 Rocket background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e2a50, #0e3050, #0e3750, #0e3e50, #0f446e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e2a50, #0e3050, #0e3750, #0e3e50, #0f446e);
} 🔗 Explore similar color palettes
Rocket color palette created on .