Mystical Twilight Color Palette
Discover the beautiful Mystical Twilight color palette featuring electric violet (#c700d1), purple heart (#a92dc8), fuchsia blue (#7b5abf), indigo (#5a7abf) and shakespeare (#50b3d7).
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 Mystical Twilight palette
💻 Mystical Twilight color palette CSS
/* CSS */
.color-1 {
color: #c700d1;
}
.color-2 {
color: #a92dc8;
}
.color-3 {
color: #7b5abf;
}
.color-4 {
color: #5a7abf;
}
.color-5 {
color: #50b3d7;
}
/* CSS Variables */
:root {
--color-1: #c700d1;
--color-2: #a92dc8;
--color-3: #7b5abf;
--color-4: #5a7abf;
--color-5: #50b3d7;
} 🌈 Mystical Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c700d1, #a92dc8, #7b5abf, #5a7abf, #50b3d7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c700d1, #a92dc8, #7b5abf, #5a7abf, #50b3d7);
} 🔗 Explore similar color palettes
Mystical Twilight color palette created on .