Autumn's Embrace Color Palette

Discover the beautiful Autumn's Embrace color palette featuring punch (#e04f38), fuel yellow (#efa92e), energy yellow (#f6d851), conifer (#a3d55d) and apple (#4c9a3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Red, Yellow, Green, Bright 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: #e04f38;
}
.color-2 {
color: #efa92e;
}
.color-3 {
color: #f6d851;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #4c9a3c;
}

/* CSS Variables */
:root {
--color-1: #e04f38;
--color-2: #efa92e;
--color-3: #f6d851;
--color-4: #a3d55d;
--color-5: #4c9a3c;
}

🌈 Autumn's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e04f38, #efa92e, #f6d851, #a3d55d, #4c9a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e04f38, #efa92e, #f6d851, #a3d55d, #4c9a3c);
}

Autumn's Embrace color palette created on .