Autumn's Embrace Color Palette

Discover the beautiful Autumn's Embrace color palette featuring persian red (#d1292c), jaffa (#f27b40), tulip tree (#f1b341), new orleans (#f2dfa1) and atlantis (#8ccf3f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Orange, Red, Spring, 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: #d1292c;
}
.color-2 {
color: #f27b40;
}
.color-3 {
color: #f1b341;
}
.color-4 {
color: #f2dfa1;
}
.color-5 {
color: #8ccf3f;
}

/* CSS Variables */
:root {
--color-1: #d1292c;
--color-2: #f27b40;
--color-3: #f1b341;
--color-4: #f2dfa1;
--color-5: #8ccf3f;
}

🌈 Autumn's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1292c, #f27b40, #f1b341, #f2dfa1, #8ccf3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1292c, #f27b40, #f1b341, #f2dfa1, #8ccf3f);
}

Autumn's Embrace color palette created on .