Mudwing Color Palette

Discover the beautiful Mudwing color palette featuring shadow (#8c7c4f), sorrell brown (#c5b17d), brown rust (#a85e3e), cashmere (#e8c1a1) and raw sienna (#d57e48).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Earthy, Nature, Neutral, Orange, Soft, Tan, Vintage, 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 Mudwing palette

Share this palette to:

💻 Mudwing color palette CSS

/* CSS */
.color-1 {
color: #8c7c4f;
}
.color-2 {
color: #c5b17d;
}
.color-3 {
color: #a85e3e;
}
.color-4 {
color: #e8c1a1;
}
.color-5 {
color: #d57e48;
}

/* CSS Variables */
:root {
--color-1: #8c7c4f;
--color-2: #c5b17d;
--color-3: #a85e3e;
--color-4: #e8c1a1;
--color-5: #d57e48;
}

🌈 Mudwing background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c7c4f, #c5b17d, #a85e3e, #e8c1a1, #d57e48);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c7c4f, #c5b17d, #a85e3e, #e8c1a1, #d57e48);
}

Mudwing color palette created on .