Enchanted Dusk Color Palette
Discover the beautiful Enchanted Dusk color palette featuring eminence (#592d8f), deluge (#7f599b), east side (#a78bcb), biloba flower (#c8b0e8) and french lilac (#e1d8f3).
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 Enchanted Dusk palette
💻 Enchanted Dusk color palette CSS
/* CSS */
.color-1 {
color: #592d8f;
}
.color-2 {
color: #7f599b;
}
.color-3 {
color: #a78bcb;
}
.color-4 {
color: #c8b0e8;
}
.color-5 {
color: #e1d8f3;
}
/* CSS Variables */
:root {
--color-1: #592d8f;
--color-2: #7f599b;
--color-3: #a78bcb;
--color-4: #c8b0e8;
--color-5: #e1d8f3;
} 🌈 Enchanted Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592d8f, #7f599b, #a78bcb, #c8b0e8, #e1d8f3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592d8f, #7f599b, #a78bcb, #c8b0e8, #e1d8f3);
} 🔗 Explore similar color palettes
Enchanted Dusk color palette created on .