Blue Space Color Palette
Discover the beautiful Blue Space color palette featuring port gore (#1a1f3d), astronaut (#2b396e), kashmir blue (#4c6a94), seagull (#78b6e2) and sail (#a3daf5).
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 Blue Space palette
💻 Blue Space color palette CSS
/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #2b396e;
}
.color-3 {
color: #4c6a94;
}
.color-4 {
color: #78b6e2;
}
.color-5 {
color: #a3daf5;
}
/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #2b396e;
--color-3: #4c6a94;
--color-4: #78b6e2;
--color-5: #a3daf5;
} 🌈 Blue Space background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #2b396e, #4c6a94, #78b6e2, #a3daf5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #2b396e, #4c6a94, #78b6e2, #a3daf5);
} 🔗 Explore similar color palettes
Blue Space color palette created on .