Elegant Color Palette

Discover the beautiful Elegant color palette featuring lavender gray (#c0b2d7), wisteria (#a67abd), affair (#6f4c9a), daisy bush (#4d2a92) and lucky point (#2b1c6d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Purple, Soft, Deep, Modern, Vibrant, Bright Autumn, Light Winter, Royal 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 Elegant palette

Share this palette to:

💻 Elegant color palette CSS

/* CSS */
.color-1 {
color: #c0b2d7;
}
.color-2 {
color: #a67abd;
}
.color-3 {
color: #6f4c9a;
}
.color-4 {
color: #4d2a92;
}
.color-5 {
color: #2b1c6d;
}

/* CSS Variables */
:root {
--color-1: #c0b2d7;
--color-2: #a67abd;
--color-3: #6f4c9a;
--color-4: #4d2a92;
--color-5: #2b1c6d;
}

🌈 Elegant background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0b2d7, #a67abd, #6f4c9a, #4d2a92, #2b1c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0b2d7, #a67abd, #6f4c9a, #4d2a92, #2b1c6d);
}

Elegant color palette created on .