Soft Purple Color Palette

Discover the beautiful Soft Purple color palette featuring affair (#794c9a), purple mountain's majesty (#9a79be), light wisteria (#c2a2d7), french lilac (#e6c6f1) and illusion (#f2a6d6).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Soft Purple color palette CSS

/* CSS */
.color-1 {
color: #794c9a;
}
.color-2 {
color: #9a79be;
}
.color-3 {
color: #c2a2d7;
}
.color-4 {
color: #e6c6f1;
}
.color-5 {
color: #f2a6d6;
}

/* CSS Variables */
:root {
--color-1: #794c9a;
--color-2: #9a79be;
--color-3: #c2a2d7;
--color-4: #e6c6f1;
--color-5: #f2a6d6;
}

🌈 Soft Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794c9a, #9a79be, #c2a2d7, #e6c6f1, #f2a6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794c9a, #9a79be, #c2a2d7, #e6c6f1, #f2a6d6);
}

Soft Purple color palette created on .