Soft Elegance Color Palette

Discover the beautiful Soft Elegance color palette featuring silver (#c4c4c4), mine shaft (#1f1f1f), thatch (#c0a5a5), white (#ffffff) and bison hide (#c4c1a6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Light, Modern, Neutral, Soft 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 Soft Elegance palette

Share this palette to:

💻 Soft Elegance color palette CSS

/* CSS */
.color-1 {
color: #c4c4c4;
}
.color-2 {
color: #1f1f1f;
}
.color-3 {
color: #c0a5a5;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #c4c1a6;
}

/* CSS Variables */
:root {
--color-1: #c4c4c4;
--color-2: #1f1f1f;
--color-3: #c0a5a5;
--color-4: #ffffff;
--color-5: #c4c1a6;
}

🌈 Soft Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4c4c4, #1f1f1f, #c0a5a5, #ffffff, #c4c1a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4c4c4, #1f1f1f, #c0a5a5, #ffffff, #c4c1a6);
}

Soft Elegance color palette created on .