Autumnal Elegance Color Palette

Discover the beautiful Autumnal Elegance color palette featuring sepia skin (#a35c3e), porsche (#e7a96f), maize (#f4d3a4), indian khaki (#beaf8e) and tobacco brown (#6f4c3e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Amber, Autumn, Beach, Light 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 Autumnal Elegance palette

Share this palette to:

💻 Autumnal Elegance color palette CSS

/* CSS */
.color-1 {
color: #a35c3e;
}
.color-2 {
color: #e7a96f;
}
.color-3 {
color: #f4d3a4;
}
.color-4 {
color: #beaf8e;
}
.color-5 {
color: #6f4c3e;
}

/* CSS Variables */
:root {
--color-1: #a35c3e;
--color-2: #e7a96f;
--color-3: #f4d3a4;
--color-4: #beaf8e;
--color-5: #6f4c3e;
}

🌈 Autumnal Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a35c3e, #e7a96f, #f4d3a4, #beaf8e, #6f4c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a35c3e, #e7a96f, #f4d3a4, #beaf8e, #6f4c3e);
}

Autumnal Elegance color palette created on .