Pink Illusion Color Palette

Discover the beautiful Pink Illusion color palette featuring light orchid (#e0a9c8), we peep (#f3d3e5), givry (#f8e3c9), manhattan (#f8c6a5) and salmon (#ff8a5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Peach, Pink, Spring 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: #e0a9c8;
}
.color-2 {
color: #f3d3e5;
}
.color-3 {
color: #f8e3c9;
}
.color-4 {
color: #f8c6a5;
}
.color-5 {
color: #ff8a5c;
}

/* CSS Variables */
:root {
--color-1: #e0a9c8;
--color-2: #f3d3e5;
--color-3: #f8e3c9;
--color-4: #f8c6a5;
--color-5: #ff8a5c;
}

🌈 Pink Illusion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0a9c8, #f3d3e5, #f8e3c9, #f8c6a5, #ff8a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0a9c8, #f3d3e5, #f8e3c9, #f8c6a5, #ff8a5c);
}

Pink Illusion color palette created on .