Light Purple Color Palette

Discover the beautiful Light Purple color palette featuring affair (#7f4c9e), wisteria (#9b69bf), light wisteria (#c2a3e0), french lilac (#e4c7f0) and blue chalk (#f6e0ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Purple, Flower, Vibrant 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: #7f4c9e;
}
.color-2 {
color: #9b69bf;
}
.color-3 {
color: #c2a3e0;
}
.color-4 {
color: #e4c7f0;
}
.color-5 {
color: #f6e0ff;
}

/* CSS Variables */
:root {
--color-1: #7f4c9e;
--color-2: #9b69bf;
--color-3: #c2a3e0;
--color-4: #e4c7f0;
--color-5: #f6e0ff;
}

🌈 Light Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f4c9e, #9b69bf, #c2a3e0, #e4c7f0, #f6e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f4c9e, #9b69bf, #c2a3e0, #e4c7f0, #f6e0ff);
}

Light Purple color palette created on .