Azalea Dream Color Palette

Discover the beautiful Azalea Dream color palette featuring remy (#fee9ef), pig pink (#fdd7e2), cupid (#fbbdcc), illusion (#f9acbc) and mauvelous (#f1959a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withFeminine, Light, Pastel, Pink, Soft, Warm 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 Azalea Dream palette

Share this palette to:

💻 Azalea Dream color palette CSS

/* CSS */
.color-1 {
color: #fee9ef;
}
.color-2 {
color: #fdd7e2;
}
.color-3 {
color: #fbbdcc;
}
.color-4 {
color: #f9acbc;
}
.color-5 {
color: #f1959a;
}

/* CSS Variables */
:root {
--color-1: #fee9ef;
--color-2: #fdd7e2;
--color-3: #fbbdcc;
--color-4: #f9acbc;
--color-5: #f1959a;
}

🌈 Azalea Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee9ef, #fdd7e2, #fbbdcc, #f9acbc, #f1959a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee9ef, #fdd7e2, #fbbdcc, #f9acbc, #f1959a);
}

Azalea Dream color palette created on .