Deep Blue Eclipse Color Palette

Discover the beautiful Deep Blue Eclipse color palette featuring mirage (#1c1e3b), fiord (#3b3d68), scampi (#5e609c), blue bell (#9092c6) and titan white (#e5e8ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withNight Sky, Blue, Deep, Bright, Modern 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 Deep Blue Eclipse palette

Share this palette to:

💻 Deep Blue Eclipse color palette CSS

/* CSS */
.color-1 {
color: #1c1e3b;
}
.color-2 {
color: #3b3d68;
}
.color-3 {
color: #5e609c;
}
.color-4 {
color: #9092c6;
}
.color-5 {
color: #e5e8ff;
}

/* CSS Variables */
:root {
--color-1: #1c1e3b;
--color-2: #3b3d68;
--color-3: #5e609c;
--color-4: #9092c6;
--color-5: #e5e8ff;
}

🌈 Deep Blue Eclipse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e3b, #3b3d68, #5e609c, #9092c6, #e5e8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e3b, #3b3d68, #5e609c, #9092c6, #e5e8ff);
}

Deep Blue Eclipse color palette created on .