Underworld Elegance Color Palette

Discover the beautiful Underworld Elegance color palette featuring mulled wine (#4e3c6d), deluge (#7d5f9b), wisteria (#a86eb9), light wisteria (#d0a2d7) and cherub (#f2c0e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Flower, Fun, Purple 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 Underworld Elegance palette

Share this palette to:

💻 Underworld Elegance color palette CSS

/* CSS */
.color-1 {
color: #4e3c6d;
}
.color-2 {
color: #7d5f9b;
}
.color-3 {
color: #a86eb9;
}
.color-4 {
color: #d0a2d7;
}
.color-5 {
color: #f2c0e0;
}

/* CSS Variables */
:root {
--color-1: #4e3c6d;
--color-2: #7d5f9b;
--color-3: #a86eb9;
--color-4: #d0a2d7;
--color-5: #f2c0e0;
}

🌈 Underworld Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3c6d, #7d5f9b, #a86eb9, #d0a2d7, #f2c0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3c6d, #7d5f9b, #a86eb9, #d0a2d7, #f2c0e0);
}

Underworld Elegance color palette created on .