Mystical Blush Color Palette

Discover the beautiful Mystical Blush color palette featuring cannon pink (#81466b), tapestry (#b96a89), can can (#d89cb4), illusion (#f7b0d1) and azalea (#fadbe3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Pink, Peach, Soft, Feminine, Elegant, Muted, Vintage 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 Mystical Blush palette

Share this palette to:

💻 Mystical Blush color palette CSS

/* CSS */
.color-1 {
color: #81466b;
}
.color-2 {
color: #b96a89;
}
.color-3 {
color: #d89cb4;
}
.color-4 {
color: #f7b0d1;
}
.color-5 {
color: #fadbe3;
}

/* CSS Variables */
:root {
--color-1: #81466b;
--color-2: #b96a89;
--color-3: #d89cb4;
--color-4: #f7b0d1;
--color-5: #fadbe3;
}

🌈 Mystical Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81466b, #b96a89, #d89cb4, #f7b0d1, #fadbe3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81466b, #b96a89, #d89cb4, #f7b0d1, #fadbe3);
}

Mystical Blush color palette created on .