Autumn Ember Color Palette

Discover the beautiful Autumn Ember color palette featuring california (#ed9f02), tahiti gold (#f08605), flame pea (#d95d3a), mojo (#c74d3d) and dark tan (#610f1e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Red, Orange, 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 Ember palette

Share this palette to:

๐Ÿ’ป Autumn Ember color palette CSS

/* CSS */
.color-1 {
color: #ed9f02;
}
.color-2 {
color: #f08605;
}
.color-3 {
color: #d95d3a;
}
.color-4 {
color: #c74d3d;
}
.color-5 {
color: #610f1e;
}

/* CSS Variables */
:root {
--color-1: #ed9f02;
--color-2: #f08605;
--color-3: #d95d3a;
--color-4: #c74d3d;
--color-5: #610f1e;
}

๐ŸŒˆ Autumn Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed9f02, #f08605, #d95d3a, #c74d3d, #610f1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed9f02, #f08605, #d95d3a, #c74d3d, #610f1e);
}

Autumn Ember color palette created on .