Elegant Color Palette
Discover the beautiful Elegant color palette featuring mauve (#e799ff), electric violet (#e91fff), electric violet (#7600d6), kingfisher daisy (#2e0099) and tolopea (#18004d).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withPink, Purple, Blue, Vibrant, Modern, Bright, Cosmic, Psychedelic 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 Elegant palette
💻 Elegant color palette CSS
/* CSS */
.color-1 {
color: #e799ff;
}
.color-2 {
color: #e91fff;
}
.color-3 {
color: #7600d6;
}
.color-4 {
color: #2e0099;
}
.color-5 {
color: #18004d;
}
/* CSS Variables */
:root {
--color-1: #e799ff;
--color-2: #e91fff;
--color-3: #7600d6;
--color-4: #2e0099;
--color-5: #18004d;
}
🌈 Elegant background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e799ff, #e91fff, #7600d6, #2e0099, #18004d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e799ff, #e91fff, #7600d6, #2e0099, #18004d);
}
🔗 Explore similar color palettes
Elegant color palette created on .