Mystical Evening Blooms Color Palette
Discover the beautiful Mystical Evening Blooms color palette featuring victoria (#4b3f8d), amethyst (#9a5fbf), biloba flower (#cfa1e8), cherub (#f3c4e3) and illusion (#f7a6c8).
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 Evening Blooms palette
💻 Mystical Evening Blooms color palette CSS
/* CSS */
.color-1 {
color: #4b3f8d;
}
.color-2 {
color: #9a5fbf;
}
.color-3 {
color: #cfa1e8;
}
.color-4 {
color: #f3c4e3;
}
.color-5 {
color: #f7a6c8;
}
/* CSS Variables */
:root {
--color-1: #4b3f8d;
--color-2: #9a5fbf;
--color-3: #cfa1e8;
--color-4: #f3c4e3;
--color-5: #f7a6c8;
} 🌈 Mystical Evening Blooms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3f8d, #9a5fbf, #cfa1e8, #f3c4e3, #f7a6c8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3f8d, #9a5fbf, #cfa1e8, #f3c4e3, #f7a6c8);
} 🔗 Explore similar color palettes
Mystical Evening Blooms color palette created on .