Undead Elegance Color Palette
Discover the beautiful Undead Elegance color palette featuring waterloo (#7b7d9d), amethyst smoke (#9c90a7), amethyst smoke (#a49cbf), cold purple (#b8a2d8) and prelude (#d4c5e2).
Brightness
Saturation
Warmth
💡 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 Undead Elegance palette
💻 Undead Elegance color palette CSS
/* CSS */
.color-1 {
color: #7b7d9d;
}
.color-2 {
color: #9c90a7;
}
.color-3 {
color: #a49cbf;
}
.color-4 {
color: #b8a2d8;
}
.color-5 {
color: #d4c5e2;
}
/* CSS Variables */
:root {
--color-1: #7b7d9d;
--color-2: #9c90a7;
--color-3: #a49cbf;
--color-4: #b8a2d8;
--color-5: #d4c5e2;
} 🌈 Undead Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b7d9d, #9c90a7, #a49cbf, #b8a2d8, #d4c5e2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b7d9d, #9c90a7, #a49cbf, #b8a2d8, #d4c5e2);
} 🔗 Explore similar color palettes
Undead Elegance color palette created on .