Purple Elegance Color Palette

Discover the beautiful Purple Elegance color palette featuring affair (#6f4178), tapestry (#a3588a), viola (#c58faf), blossom (#d7adc3) and careys pink (#d89fb3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft 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 Elegance palette

Share this palette to:

💻 Purple Elegance color palette CSS

/* CSS */
.color-1 {
color: #6f4178;
}
.color-2 {
color: #a3588a;
}
.color-3 {
color: #c58faf;
}
.color-4 {
color: #d7adc3;
}
.color-5 {
color: #d89fb3;
}

/* CSS Variables */
:root {
--color-1: #6f4178;
--color-2: #a3588a;
--color-3: #c58faf;
--color-4: #d7adc3;
--color-5: #d89fb3;
}

🌈 Purple Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4178, #a3588a, #c58faf, #d7adc3, #d89fb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4178, #a3588a, #c58faf, #d7adc3, #d89fb3);
}

Purple Elegance color palette created on .