Sci-Fi Minimalist Color Palette

Discover the beautiful Sci-Fi Minimalist color palette featuring shark (#1b2027), bright gray (#393e46), shuttle gray (#5a6068), rolling stone (#797e86) and gray chateau (#9a9fa7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Modern, Gray, Blue color palettes and combinations.

💡 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 Minimalist palette

Share this palette to:

💻 Sci-Fi Minimalist color palette CSS

/* CSS */
.color-1 {
color: #1b2027;
}
.color-2 {
color: #393e46;
}
.color-3 {
color: #5a6068;
}
.color-4 {
color: #797e86;
}
.color-5 {
color: #9a9fa7;
}

/* CSS Variables */
:root {
--color-1: #1b2027;
--color-2: #393e46;
--color-3: #5a6068;
--color-4: #797e86;
--color-5: #9a9fa7;
}

🌈 Sci-Fi Minimalist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2027, #393e46, #5a6068, #797e86, #9a9fa7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2027, #393e46, #5a6068, #797e86, #9a9fa7);
}

Sci-Fi Minimalist color palette created on .