Mystic Blossom Color Palette

Discover the beautiful Mystic Blossom color palette featuring jacarta (#4a2c6d), affair (#6c4b8b), bouquet (#a66e9a), illusion (#f1a2c5) and classic rose (#fbd5e8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with80s, Aesthetic, Bright, Purple, Flower 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 Mystic Blossom palette

Share this palette to:

💻 Mystic Blossom color palette CSS

/* CSS */
.color-1 {
color: #4a2c6d;
}
.color-2 {
color: #6c4b8b;
}
.color-3 {
color: #a66e9a;
}
.color-4 {
color: #f1a2c5;
}
.color-5 {
color: #fbd5e8;
}

/* CSS Variables */
:root {
--color-1: #4a2c6d;
--color-2: #6c4b8b;
--color-3: #a66e9a;
--color-4: #f1a2c5;
--color-5: #fbd5e8;
}

🌈 Mystic Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2c6d, #6c4b8b, #a66e9a, #f1a2c5, #fbd5e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2c6d, #6c4b8b, #a66e9a, #f1a2c5, #fbd5e8);
}

Mystic Blossom color palette created on .