Luxury Elegance Color Palette

Discover the beautiful Luxury Elegance color palette featuring lavender gray (#c6b1d2), melanie (#e6c1e1), parchment (#f1e9d5), pancho (#ebd09e) and teak (#b7996c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Light, Cream, Soft, Beige, Pastel, Luxury, Neutral, Bright Spring, Warm Summer 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 Luxury Elegance palette

Share this palette to:

💻 Luxury Elegance color palette CSS

/* CSS */
.color-1 {
color: #c6b1d2;
}
.color-2 {
color: #e6c1e1;
}
.color-3 {
color: #f1e9d5;
}
.color-4 {
color: #ebd09e;
}
.color-5 {
color: #b7996c;
}

/* CSS Variables */
:root {
--color-1: #c6b1d2;
--color-2: #e6c1e1;
--color-3: #f1e9d5;
--color-4: #ebd09e;
--color-5: #b7996c;
}

🌈 Luxury Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6b1d2, #e6c1e1, #f1e9d5, #ebd09e, #b7996c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6b1d2, #e6c1e1, #f1e9d5, #ebd09e, #b7996c);
}

Luxury Elegance color palette created on .