Burnt Sienna Shades Color Palette

Discover the beautiful Burnt Sienna Shades color palette featuring brown rust (#b55d3b), whiskey (#d69b6b), pancho (#e9caa5), banana mania (#fce2b0) and mandys pink (#f5b5a8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Orange, Beach, Bright, Fun 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 Burnt Sienna Shades palette

Share this palette to:

💻 Burnt Sienna Shades color palette CSS

/* CSS */
.color-1 {
color: #b55d3b;
}
.color-2 {
color: #d69b6b;
}
.color-3 {
color: #e9caa5;
}
.color-4 {
color: #fce2b0;
}
.color-5 {
color: #f5b5a8;
}

/* CSS Variables */
:root {
--color-1: #b55d3b;
--color-2: #d69b6b;
--color-3: #e9caa5;
--color-4: #fce2b0;
--color-5: #f5b5a8;
}

🌈 Burnt Sienna Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b55d3b, #d69b6b, #e9caa5, #fce2b0, #f5b5a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b55d3b, #d69b6b, #e9caa5, #fce2b0, #f5b5a8);
}

Burnt Sienna Shades color palette created on .