Purple Blossom Color Palette

Discover the beautiful Purple Blossom color palette featuring butterfly bush (#6a539d), wisteria (#8c6ba8), london hue (#b59bc5), wewak (#f1a2b6) and peach yellow (#f8d5af).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Purple Blossom color palette CSS

/* CSS */
.color-1 {
color: #6a539d;
}
.color-2 {
color: #8c6ba8;
}
.color-3 {
color: #b59bc5;
}
.color-4 {
color: #f1a2b6;
}
.color-5 {
color: #f8d5af;
}

/* CSS Variables */
:root {
--color-1: #6a539d;
--color-2: #8c6ba8;
--color-3: #b59bc5;
--color-4: #f1a2b6;
--color-5: #f8d5af;
}

🌈 Purple Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a539d, #8c6ba8, #b59bc5, #f1a2b6, #f8d5af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a539d, #8c6ba8, #b59bc5, #f1a2b6, #f8d5af);
}

Purple Blossom color palette created on .