Autumn's Embrace Color Palette

Discover the beautiful Autumn's Embrace color palette featuring brown rust (#9d5e34), harvest gold (#dfad6d), saffron (#f1b83b), cinnabar (#e24f3c) and elf green (#0a8f5e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Bright, Orange, Green, Yellow 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 Autumn's Embrace palette

Share this palette to:

💻 Autumn's Embrace color palette CSS

/* CSS */
.color-1 {
color: #9d5e34;
}
.color-2 {
color: #dfad6d;
}
.color-3 {
color: #f1b83b;
}
.color-4 {
color: #e24f3c;
}
.color-5 {
color: #0a8f5e;
}

/* CSS Variables */
:root {
--color-1: #9d5e34;
--color-2: #dfad6d;
--color-3: #f1b83b;
--color-4: #e24f3c;
--color-5: #0a8f5e;
}

🌈 Autumn's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d5e34, #dfad6d, #f1b83b, #e24f3c, #0a8f5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d5e34, #dfad6d, #f1b83b, #e24f3c, #0a8f5e);
}

Autumn's Embrace color palette created on .