Mystic Twilight Hues Color Palette
Discover the beautiful Mystic Twilight Hues color palette featuring melanie (#e5c3cd), wisteria (#a56fae), scampi (#5c59ab), jacarta (#3e3172) and jacksons purple (#1d3b96).
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 Twilight Hues palette
💻 Mystic Twilight Hues color palette CSS
/* CSS */
.color-1 {
color: #e5c3cd;
}
.color-2 {
color: #a56fae;
}
.color-3 {
color: #5c59ab;
}
.color-4 {
color: #3e3172;
}
.color-5 {
color: #1d3b96;
}
/* CSS Variables */
:root {
--color-1: #e5c3cd;
--color-2: #a56fae;
--color-3: #5c59ab;
--color-4: #3e3172;
--color-5: #1d3b96;
} 🌈 Mystic Twilight Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c3cd, #a56fae, #5c59ab, #3e3172, #1d3b96);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c3cd, #a56fae, #5c59ab, #3e3172, #1d3b96);
} 🔗 Explore similar color palettes
Mystic Twilight Hues color palette created on .