Dark Magic Color Palette
Discover the beautiful Dark Magic color palette featuring ebony clay (#2e3348), mulled wine (#533e60), trendy pink (#8e5d98), viola (#bf8da7) and azalea (#f3bac8).
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 Dark Magic palette
💻 Dark Magic color palette CSS
/* CSS */
.color-1 {
color: #2e3348;
}
.color-2 {
color: #533e60;
}
.color-3 {
color: #8e5d98;
}
.color-4 {
color: #bf8da7;
}
.color-5 {
color: #f3bac8;
}
/* CSS Variables */
:root {
--color-1: #2e3348;
--color-2: #533e60;
--color-3: #8e5d98;
--color-4: #bf8da7;
--color-5: #f3bac8;
} 🌈 Dark Magic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e3348, #533e60, #8e5d98, #bf8da7, #f3bac8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e3348, #533e60, #8e5d98, #bf8da7, #f3bac8);
} 🔗 Explore similar color palettes
Dark Magic color palette created on .