Mystical Twilight Hues Color Palette
Discover the beautiful Mystical Twilight Hues color palette featuring amethyst (#9b3bca), royal purple (#6b329a), astronaut (#275277), minsk (#4f2b78) and valhalla (#321958).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withPurple, Vibrant 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 Mystical Twilight Hues palette
Image Gallery

💻 Mystical Twilight Hues color palette CSS
/* CSS */
.color-1 {
color: #9b3bca;
}
.color-2 {
color: #6b329a;
}
.color-3 {
color: #275277;
}
.color-4 {
color: #4f2b78;
}
.color-5 {
color: #321958;
}
/* CSS Variables */
:root {
--color-1: #9b3bca;
--color-2: #6b329a;
--color-3: #275277;
--color-4: #4f2b78;
--color-5: #321958;
} 🌈 Mystical Twilight Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b3bca, #6b329a, #275277, #4f2b78, #321958);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b3bca, #6b329a, #275277, #4f2b78, #321958);
} 🔗 Explore similar color palettes
Mystical Twilight Hues color palette created on .