Shadowed Strength Color Palette

Discover the beautiful Shadowed Strength color palette featuring taupe (#4b3d3a), dorado (#6d5a5a), coral tree (#a86c67), rodeo dust (#c8b29d) and mint julep (#f1e3c0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Earthy, Brown, Neutral, Autumn 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 Strength palette

Share this palette to:

💻 Shadowed Strength color palette CSS

/* CSS */
.color-1 {
color: #4b3d3a;
}
.color-2 {
color: #6d5a5a;
}
.color-3 {
color: #a86c67;
}
.color-4 {
color: #c8b29d;
}
.color-5 {
color: #f1e3c0;
}

/* CSS Variables */
:root {
--color-1: #4b3d3a;
--color-2: #6d5a5a;
--color-3: #a86c67;
--color-4: #c8b29d;
--color-5: #f1e3c0;
}

🌈 Shadowed Strength background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d3a, #6d5a5a, #a86c67, #c8b29d, #f1e3c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d3a, #6d5a5a, #a86c67, #c8b29d, #f1e3c0);
}

Shadowed Strength color palette created on .