Discover the beautiful Autumn Ember color palette featuring manhattan (#f6c5a7), saffron mango (#f9b85d), sea buckthorn (#f89f3f), flame pea (#d96030) and tall poppy (#b73a2a).

Autumn Ember Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Autumn Ember palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Autumn Ember palette

Share this palette to:

๐Ÿ’ป Autumn Ember color palette CSS

/* CSS */
.color-1 {
color: #f6c5a7;
}
.color-2 {
color: #f9b85d;
}
.color-3 {
color: #f89f3f;
}
.color-4 {
color: #d96030;
}
.color-5 {
color: #b73a2a;
}

/* CSS Variables */
:root {
--color-1: #f6c5a7;
--color-2: #f9b85d;
--color-3: #f89f3f;
--color-4: #d96030;
--color-5: #b73a2a;
}

๐ŸŒˆ Autumn Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c5a7, #f9b85d, #f89f3f, #d96030, #b73a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c5a7, #f9b85d, #f89f3f, #d96030, #b73a2a);
}

Autumn Ember color palette created on .