Darkness Eternal Color Palette
Discover the beautiful Darkness Eternal color palette featuring mirage (#1e1a2d), voodoo (#4b3b54), rum (#7a5e7d), bouquet (#b27b96) and illusion (#f3a5c9).
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 Darkness Eternal palette
💻 Darkness Eternal color palette CSS
/* CSS */
.color-1 {
color: #1e1a2d;
}
.color-2 {
color: #4b3b54;
}
.color-3 {
color: #7a5e7d;
}
.color-4 {
color: #b27b96;
}
.color-5 {
color: #f3a5c9;
}
/* CSS Variables */
:root {
--color-1: #1e1a2d;
--color-2: #4b3b54;
--color-3: #7a5e7d;
--color-4: #b27b96;
--color-5: #f3a5c9;
} 🌈 Darkness Eternal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a2d, #4b3b54, #7a5e7d, #b27b96, #f3a5c9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a2d, #4b3b54, #7a5e7d, #b27b96, #f3a5c9);
} 🔗 Explore similar color palettes
Darkness Eternal color palette created on .