Purple Pearl Dream Color Palette

Discover the beautiful Purple Pearl Dream color palette featuring purple mountain's majesty (#9a7ebe), east side (#bd8ecc), biloba flower (#d6a5e9), we peep (#f2c4e4) and moon raker (#f0e1f9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Purple, Bright, Flower, Soft 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 Purple Pearl Dream palette

Share this palette to:

💻 Purple Pearl Dream color palette CSS

/* CSS */
.color-1 {
color: #9a7ebe;
}
.color-2 {
color: #bd8ecc;
}
.color-3 {
color: #d6a5e9;
}
.color-4 {
color: #f2c4e4;
}
.color-5 {
color: #f0e1f9;
}

/* CSS Variables */
:root {
--color-1: #9a7ebe;
--color-2: #bd8ecc;
--color-3: #d6a5e9;
--color-4: #f2c4e4;
--color-5: #f0e1f9;
}

🌈 Purple Pearl Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a7ebe, #bd8ecc, #d6a5e9, #f2c4e4, #f0e1f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a7ebe, #bd8ecc, #d6a5e9, #f2c4e4, #f0e1f9);
}

Purple Pearl Dream color palette created on .