Sci Fi Webcore Color Palette

Discover the beautiful Sci Fi Webcore color palette featuring shark (#1e1e24), trout (#4a4a5e), wild blue yonder (#8c8cc0), melrose (#b3b3ff) and titan white (#f5f5ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCyberpunk, Modern, Blue, Bright, Space, High Contrast, Techno, Violet 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 Webcore palette

Share this palette to:

💻 Sci Fi Webcore color palette CSS

/* CSS */
.color-1 {
color: #1e1e24;
}
.color-2 {
color: #4a4a5e;
}
.color-3 {
color: #8c8cc0;
}
.color-4 {
color: #b3b3ff;
}
.color-5 {
color: #f5f5ff;
}

/* CSS Variables */
:root {
--color-1: #1e1e24;
--color-2: #4a4a5e;
--color-3: #8c8cc0;
--color-4: #b3b3ff;
--color-5: #f5f5ff;
}

🌈 Sci Fi Webcore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e24, #4a4a5e, #8c8cc0, #b3b3ff, #f5f5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e24, #4a4a5e, #8c8cc0, #b3b3ff, #f5f5ff);
}

Sci Fi Webcore color palette created on .