Mystic Dawn Color Palette
Discover the beautiful Mystic Dawn color palette featuring victoria (#5e3c77), wisteria (#9b6bb3), light wisteria (#d49fe5), goldenrod (#f9d86c) and buttercup (#f4a20b).
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 Dawn palette
💻 Mystic Dawn color palette CSS
/* CSS */
.color-1 {
color: #5e3c77;
}
.color-2 {
color: #9b6bb3;
}
.color-3 {
color: #d49fe5;
}
.color-4 {
color: #f9d86c;
}
.color-5 {
color: #f4a20b;
}
/* CSS Variables */
:root {
--color-1: #5e3c77;
--color-2: #9b6bb3;
--color-3: #d49fe5;
--color-4: #f9d86c;
--color-5: #f4a20b;
} 🌈 Mystic Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e3c77, #9b6bb3, #d49fe5, #f9d86c, #f4a20b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e3c77, #9b6bb3, #d49fe5, #f9d86c, #f4a20b);
} 🔗 Explore similar color palettes
Mystic Dawn color palette created on .