Shadowed Elegance Color Palette

Discover the beautiful Shadowed Elegance color palette featuring abbey (#4c4c4d), jumbo (#79797c), santas gray (#a2a2a4), french gray (#c6c6c8) and iron (#e7e7e9).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Shadowed Elegance color palette CSS

/* CSS */
.color-1 {
color: #4c4c4d;
}
.color-2 {
color: #79797c;
}
.color-3 {
color: #a2a2a4;
}
.color-4 {
color: #c6c6c8;
}
.color-5 {
color: #e7e7e9;
}

/* CSS Variables */
:root {
--color-1: #4c4c4d;
--color-2: #79797c;
--color-3: #a2a2a4;
--color-4: #c6c6c8;
--color-5: #e7e7e9;
}

🌈 Shadowed Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c4c4d, #79797c, #a2a2a4, #c6c6c8, #e7e7e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c4c4d, #79797c, #a2a2a4, #c6c6c8, #e7e7e9);
}

Shadowed Elegance color palette created on .