Autumnal Embrace Color Palette

Discover the beautiful Autumnal Embrace color palette featuring indian khaki (#c3b192), barley corn (#a67d5e), potters clay (#8c5b3b), indian khaki (#bfae8d) and potters clay (#814c32).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Nature, Autumn, Neutral, Wood 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 Autumnal Embrace palette

Share this palette to:

💻 Autumnal Embrace color palette CSS

/* CSS */
.color-1 {
color: #c3b192;
}
.color-2 {
color: #a67d5e;
}
.color-3 {
color: #8c5b3b;
}
.color-4 {
color: #bfae8d;
}
.color-5 {
color: #814c32;
}

/* CSS Variables */
:root {
--color-1: #c3b192;
--color-2: #a67d5e;
--color-3: #8c5b3b;
--color-4: #bfae8d;
--color-5: #814c32;
}

🌈 Autumnal Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3b192, #a67d5e, #8c5b3b, #bfae8d, #814c32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3b192, #a67d5e, #8c5b3b, #bfae8d, #814c32);
}

Autumnal Embrace color palette created on .