Mystical Blossom Color Palette
Discover the beautiful Mystical Blossom color palette featuring pink flamingo (#ff4dff), wisteria (#a65db6), affair (#703d7b), illusion (#f7abd6) and brink pink (#ff6b8b).
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 Blossom palette
💻 Mystical Blossom color palette CSS
/* CSS */
.color-1 {
color: #ff4dff;
}
.color-2 {
color: #a65db6;
}
.color-3 {
color: #703d7b;
}
.color-4 {
color: #f7abd6;
}
.color-5 {
color: #ff6b8b;
}
/* CSS Variables */
:root {
--color-1: #ff4dff;
--color-2: #a65db6;
--color-3: #703d7b;
--color-4: #f7abd6;
--color-5: #ff6b8b;
} 🌈 Mystical Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4dff, #a65db6, #703d7b, #f7abd6, #ff6b8b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4dff, #a65db6, #703d7b, #f7abd6, #ff6b8b);
} 🔗 Explore similar color palettes
Mystical Blossom color palette created on .