Purple Flower Color Palette

Discover the beautiful Purple Flower color palette featuring minsk (#4b2d8f), butterfly bush (#6a4c94), wisteria (#a86cb2), light wisteria (#daa7e2) and cherub (#f1c0e9).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Purple Flower color palette CSS

/* CSS */
.color-1 {
color: #4b2d8f;
}
.color-2 {
color: #6a4c94;
}
.color-3 {
color: #a86cb2;
}
.color-4 {
color: #daa7e2;
}
.color-5 {
color: #f1c0e9;
}

/* CSS Variables */
:root {
--color-1: #4b2d8f;
--color-2: #6a4c94;
--color-3: #a86cb2;
--color-4: #daa7e2;
--color-5: #f1c0e9;
}

🌈 Purple Flower background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2d8f, #6a4c94, #a86cb2, #daa7e2, #f1c0e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2d8f, #6a4c94, #a86cb2, #daa7e2, #f1c0e9);
}

Purple Flower color palette created on .