Sci-Fi Color Palette
Discover the beautiful Sci-Fi color palette featuring port gore (#1f1f4d), east bay (#4c4c7b), waterloo (#7a7c9f), logan (#afb3d4) and link water (#d4d8f2).
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 palette
💻 Sci-Fi color palette CSS
/* CSS */
.color-1 {
color: #1f1f4d;
}
.color-2 {
color: #4c4c7b;
}
.color-3 {
color: #7a7c9f;
}
.color-4 {
color: #afb3d4;
}
.color-5 {
color: #d4d8f2;
}
/* CSS Variables */
:root {
--color-1: #1f1f4d;
--color-2: #4c4c7b;
--color-3: #7a7c9f;
--color-4: #afb3d4;
--color-5: #d4d8f2;
}
🌈 Sci-Fi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f4d, #4c4c7b, #7a7c9f, #afb3d4, #d4d8f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f4d, #4c4c7b, #7a7c9f, #afb3d4, #d4d8f2);
}
🔗 Explore similar color palettes
Sci-Fi color palette created on .