Pink Fae Color Palette

Discover the beautiful Pink Fae color palette featuring azalea (#f5c7d1), illusion (#f3a5d9), deep blush (#e26aaa), tapestry (#b65d99) and plum (#7a2e6d).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Pink Fae color palette CSS

/* CSS */
.color-1 {
color: #f5c7d1;
}
.color-2 {
color: #f3a5d9;
}
.color-3 {
color: #e26aaa;
}
.color-4 {
color: #b65d99;
}
.color-5 {
color: #7a2e6d;
}

/* CSS Variables */
:root {
--color-1: #f5c7d1;
--color-2: #f3a5d9;
--color-3: #e26aaa;
--color-4: #b65d99;
--color-5: #7a2e6d;
}

🌈 Pink Fae background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c7d1, #f3a5d9, #e26aaa, #b65d99, #7a2e6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c7d1, #f3a5d9, #e26aaa, #b65d99, #7a2e6d);
}

Pink Fae color palette created on .