Pink Illusion Color Palette

Discover the beautiful Pink Illusion color palette featuring illusion (#f6a2c8), azalea (#f4b8d8), we peep (#f1c6e0), twilight (#e4d2df) and melanie (#e0b8d0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Soft, Bright, 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 Pink Illusion palette

Share this palette to:

💻 Pink Illusion color palette CSS

/* CSS */
.color-1 {
color: #f6a2c8;
}
.color-2 {
color: #f4b8d8;
}
.color-3 {
color: #f1c6e0;
}
.color-4 {
color: #e4d2df;
}
.color-5 {
color: #e0b8d0;
}

/* CSS Variables */
:root {
--color-1: #f6a2c8;
--color-2: #f4b8d8;
--color-3: #f1c6e0;
--color-4: #e4d2df;
--color-5: #e0b8d0;
}

🌈 Pink Illusion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2c8, #f4b8d8, #f1c6e0, #e4d2df, #e0b8d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2c8, #f4b8d8, #f1c6e0, #e4d2df, #e0b8d0);
}

Pink Illusion color palette created on .