Mystical Blush Color Palette

Discover the beautiful Mystical Blush color palette featuring cannon pink (#81456b), tapestry (#b86988), can can (#d89ab3), illusion (#f7b0d1) and azalea (#fad9e1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Elegant, Feminine, Muted, Peach, Pink, Soft, 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: #81456b;
}
.color-2 {
color: #b86988;
}
.color-3 {
color: #d89ab3;
}
.color-4 {
color: #f7b0d1;
}
.color-5 {
color: #fad9e1;
}

/* CSS Variables */
:root {
--color-1: #81456b;
--color-2: #b86988;
--color-3: #d89ab3;
--color-4: #f7b0d1;
--color-5: #fad9e1;
}

🌈 Mystical Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81456b, #b86988, #d89ab3, #f7b0d1, #fad9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81456b, #b86988, #d89ab3, #f7b0d1, #fad9e1);
}

Mystical Blush color palette created on .