Autumn Embrace Color Palette

Discover the beautiful Autumn Embrace color palette featuring fuzzy wuzzy brown (#c85b5b), cashmere (#e0af9f), mandys pink (#f2d3b5), porsche (#e8a16d) and silver (#c1bebe).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beach, Earthy, Red, Soft 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 Embrace palette

Share this palette to:

💻 Autumn Embrace color palette CSS

/* CSS */
.color-1 {
color: #c85b5b;
}
.color-2 {
color: #e0af9f;
}
.color-3 {
color: #f2d3b5;
}
.color-4 {
color: #e8a16d;
}
.color-5 {
color: #c1bebe;
}

/* CSS Variables */
:root {
--color-1: #c85b5b;
--color-2: #e0af9f;
--color-3: #f2d3b5;
--color-4: #e8a16d;
--color-5: #c1bebe;
}

🌈 Autumn Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c85b5b, #e0af9f, #f2d3b5, #e8a16d, #c1bebe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c85b5b, #e0af9f, #f2d3b5, #e8a16d, #c1bebe);
}

Autumn Embrace color palette created on .