Mystic Dusk Color Palette
Discover the beautiful Mystic Dusk color palette featuring valhalla (#1e1f5c), victoria (#4f4c90), purple mountain's majesty (#927cc0), tussock (#b49e3c) and di serria (#d6a44c).
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 Mystic Dusk palette
💻 Mystic Dusk color palette CSS
/* CSS */
.color-1 {
color: #1e1f5c;
}
.color-2 {
color: #4f4c90;
}
.color-3 {
color: #927cc0;
}
.color-4 {
color: #b49e3c;
}
.color-5 {
color: #d6a44c;
}
/* CSS Variables */
:root {
--color-1: #1e1f5c;
--color-2: #4f4c90;
--color-3: #927cc0;
--color-4: #b49e3c;
--color-5: #d6a44c;
}
🌈 Mystic Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f5c, #4f4c90, #927cc0, #b49e3c, #d6a44c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f5c, #4f4c90, #927cc0, #b49e3c, #d6a44c);
}
🔗 Explore similar color palettes
Mystic Dusk color palette created on .