Ruined Eclipse Color Palette

Discover the beautiful Ruined Eclipse color palette featuring steel gray (#1f1b2d), mulled wine (#4b3f5a), rum (#7e6a8a), lily (#c7a3b2) and givry (#f9d8c8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Dark, Earthy, Fall, Neutral, Pink, Purple, Soft, Vintage 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 Ruined Eclipse palette

Share this palette to:

💻 Ruined Eclipse color palette CSS

/* CSS */
.color-1 {
color: #1f1b2d;
}
.color-2 {
color: #4b3f5a;
}
.color-3 {
color: #7e6a8a;
}
.color-4 {
color: #c7a3b2;
}
.color-5 {
color: #f9d8c8;
}

/* CSS Variables */
:root {
--color-1: #1f1b2d;
--color-2: #4b3f5a;
--color-3: #7e6a8a;
--color-4: #c7a3b2;
--color-5: #f9d8c8;
}

🌈 Ruined Eclipse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b2d, #4b3f5a, #7e6a8a, #c7a3b2, #f9d8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b2d, #4b3f5a, #7e6a8a, #c7a3b2, #f9d8c8);
}

Ruined Eclipse color palette created on .