Elegance Color Palette

Discover the beautiful Elegance color palette featuring pink flare (#dfc5cb), lily (#cab0b9), pale slate (#cec8cb), hampton (#e2d3a5) and tumbleweed (#e1a480).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Elegant, Light, Neutral, Pink, Soft, Spring, Tan, Warm 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 Elegance palette

Share this palette to:

💻 Elegance color palette CSS

/* CSS */
.color-1 {
color: #dfc5cb;
}
.color-2 {
color: #cab0b9;
}
.color-3 {
color: #cec8cb;
}
.color-4 {
color: #e2d3a5;
}
.color-5 {
color: #e1a480;
}

/* CSS Variables */
:root {
--color-1: #dfc5cb;
--color-2: #cab0b9;
--color-3: #cec8cb;
--color-4: #e2d3a5;
--color-5: #e1a480;
}

🌈 Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfc5cb, #cab0b9, #cec8cb, #e2d3a5, #e1a480);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfc5cb, #cab0b9, #cec8cb, #e2d3a5, #e1a480);
}

Elegance color palette created on .