Dark Purple Eclipse Color Palette

Discover the beautiful Dark Purple Eclipse color palette featuring bunting (#0e0f3f), lucky point (#1d2072), gigas (#3d42a4), moody blue (#7c6fd3) and lavender (#be92e3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Blue, Indigo, Purple, Lilac, Vibrant, Elegant, Modern, Deep 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 Dark Purple Eclipse palette

Share this palette to:

💻 Dark Purple Eclipse color palette CSS

/* CSS */
.color-1 {
color: #0e0f3f;
}
.color-2 {
color: #1d2072;
}
.color-3 {
color: #3d42a4;
}
.color-4 {
color: #7c6fd3;
}
.color-5 {
color: #be92e3;
}

/* CSS Variables */
:root {
--color-1: #0e0f3f;
--color-2: #1d2072;
--color-3: #3d42a4;
--color-4: #7c6fd3;
--color-5: #be92e3;
}

🌈 Dark Purple Eclipse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e0f3f, #1d2072, #3d42a4, #7c6fd3, #be92e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e0f3f, #1d2072, #3d42a4, #7c6fd3, #be92e3);
}

Dark Purple Eclipse color palette created on .