Gray Elegance Color Palette

Discover the beautiful Gray Elegance color palette featuring wafer (#e0cfcf), thatch (#c19f9f), coral tree (#a47171), ferra (#7a4e4e) and woody brown (#4c3232).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Earthy, Muted, Peach, Soft, 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 Gray Elegance palette

Share this palette to:

💻 Gray Elegance color palette CSS

/* CSS */
.color-1 {
color: #e0cfcf;
}
.color-2 {
color: #c19f9f;
}
.color-3 {
color: #a47171;
}
.color-4 {
color: #7a4e4e;
}
.color-5 {
color: #4c3232;
}

/* CSS Variables */
:root {
--color-1: #e0cfcf;
--color-2: #c19f9f;
--color-3: #a47171;
--color-4: #7a4e4e;
--color-5: #4c3232;
}

🌈 Gray Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0cfcf, #c19f9f, #a47171, #7a4e4e, #4c3232);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0cfcf, #c19f9f, #a47171, #7a4e4e, #4c3232);
}

Gray Elegance color palette created on .