Pink Azalea Color Palette

Discover the beautiful Pink Azalea color palette featuring azalea (#f7c9db), azalea (#f1b1d7), light orchid (#eab8ea), light wisteria (#d29dd8) and lilac bush (#a87dcf).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Pink Azalea color palette CSS

/* CSS */
.color-1 {
color: #f7c9db;
}
.color-2 {
color: #f1b1d7;
}
.color-3 {
color: #eab8ea;
}
.color-4 {
color: #d29dd8;
}
.color-5 {
color: #a87dcf;
}

/* CSS Variables */
:root {
--color-1: #f7c9db;
--color-2: #f1b1d7;
--color-3: #eab8ea;
--color-4: #d29dd8;
--color-5: #a87dcf;
}

🌈 Pink Azalea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c9db, #f1b1d7, #eab8ea, #d29dd8, #a87dcf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c9db, #f1b1d7, #eab8ea, #d29dd8, #a87dcf);
}

Pink Azalea color palette created on .