Eclipse of Emotion Color Palette

Discover the beautiful Eclipse of Emotion color palette featuring steel gray (#1d1d30), mulled wine (#4b4b6c), storm gray (#6f6f90), tapestry (#b55e82) and mulberry (#c45a8d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Dark, Deep, Purple, Retro 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 Eclipse of Emotion palette

Share this palette to:

💻 Eclipse of Emotion color palette CSS

/* CSS */
.color-1 {
color: #1d1d30;
}
.color-2 {
color: #4b4b6c;
}
.color-3 {
color: #6f6f90;
}
.color-4 {
color: #b55e82;
}
.color-5 {
color: #c45a8d;
}

/* CSS Variables */
:root {
--color-1: #1d1d30;
--color-2: #4b4b6c;
--color-3: #6f6f90;
--color-4: #b55e82;
--color-5: #c45a8d;
}

🌈 Eclipse of Emotion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1d30, #4b4b6c, #6f6f90, #b55e82, #c45a8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1d30, #4b4b6c, #6f6f90, #b55e82, #c45a8d);
}

Eclipse of Emotion color palette created on .