Enchanted Sorcery Color Palette
Discover the beautiful Enchanted Sorcery color palette featuring victoria (#5c3f8d), fuchsia blue (#8d69bf), dull lavender (#b7a4e5), new orleans (#f1d7a7) and corvette (#f9caa4).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with80s, Aesthetic, Bright, Purple 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 Enchanted Sorcery palette
💻 Enchanted Sorcery color palette CSS
/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #8d69bf;
}
.color-3 {
color: #b7a4e5;
}
.color-4 {
color: #f1d7a7;
}
.color-5 {
color: #f9caa4;
}
/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #8d69bf;
--color-3: #b7a4e5;
--color-4: #f1d7a7;
--color-5: #f9caa4;
} 🌈 Enchanted Sorcery background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #8d69bf, #b7a4e5, #f1d7a7, #f9caa4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #8d69bf, #b7a4e5, #f1d7a7, #f9caa4);
} 🔗 Explore similar color palettes
Enchanted Sorcery color palette created on .