Autumn Ember Elegance Color Palette

Discover the beautiful Autumn Ember Elegance color palette featuring macaroni and cheese (#ffca75), tree poppy (#f78d1d), hot cinnamon (#d85f22), crail (#b54d3b) and vin rouge (#8c3b5a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Amber, Autumn, Orange, Red 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 Elegance palette

Share this palette to:

💻 Autumn Ember Elegance color palette CSS

/* CSS */
.color-1 {
color: #ffca75;
}
.color-2 {
color: #f78d1d;
}
.color-3 {
color: #d85f22;
}
.color-4 {
color: #b54d3b;
}
.color-5 {
color: #8c3b5a;
}

/* CSS Variables */
:root {
--color-1: #ffca75;
--color-2: #f78d1d;
--color-3: #d85f22;
--color-4: #b54d3b;
--color-5: #8c3b5a;
}

🌈 Autumn Ember Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffca75, #f78d1d, #d85f22, #b54d3b, #8c3b5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffca75, #f78d1d, #d85f22, #b54d3b, #8c3b5a);
}

Autumn Ember Elegance color palette created on .