Lustrous Elegance Color Palette

Discover the beautiful Lustrous Elegance color palette featuring silver (#bfbfbf), bombay (#b1b4b9), gray chateau (#a0a6b0), iron (#d7d9db) and porcelain (#eef0f1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Gray, Elegant, Light, Modern 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 Lustrous Elegance palette

Share this palette to:

💻 Lustrous Elegance color palette CSS

/* CSS */
.color-1 {
color: #bfbfbf;
}
.color-2 {
color: #b1b4b9;
}
.color-3 {
color: #a0a6b0;
}
.color-4 {
color: #d7d9db;
}
.color-5 {
color: #eef0f1;
}

/* CSS Variables */
:root {
--color-1: #bfbfbf;
--color-2: #b1b4b9;
--color-3: #a0a6b0;
--color-4: #d7d9db;
--color-5: #eef0f1;
}

🌈 Lustrous Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfbfbf, #b1b4b9, #a0a6b0, #d7d9db, #eef0f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfbfbf, #b1b4b9, #a0a6b0, #d7d9db, #eef0f1);
}

Lustrous Elegance color palette created on .