Light Purple Color Palette

Discover the beautiful Light Purple color palette featuring affair (#7b4b8b), strikemaster (#a15ea0), viola (#c78abf), azalea (#f1b1e7) and light orchid (#e5a4d6).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Light Purple color palette CSS

/* CSS */
.color-1 {
color: #7b4b8b;
}
.color-2 {
color: #a15ea0;
}
.color-3 {
color: #c78abf;
}
.color-4 {
color: #f1b1e7;
}
.color-5 {
color: #e5a4d6;
}

/* CSS Variables */
:root {
--color-1: #7b4b8b;
--color-2: #a15ea0;
--color-3: #c78abf;
--color-4: #f1b1e7;
--color-5: #e5a4d6;
}

🌈 Light Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4b8b, #a15ea0, #c78abf, #f1b1e7, #e5a4d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4b8b, #a15ea0, #c78abf, #f1b1e7, #e5a4d6);
}

Light Purple color palette created on .