Amber Autumn Color Palette

Discover the beautiful Amber Autumn color palette featuring new orleans (#f1d1a2), whiskey (#d0a86c), cape palliser (#a46e3d), cumin (#8d4d25) and espresso (#5d2c1d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Beach, Bright, Warm 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 Amber Autumn palette

Share this palette to:

๐Ÿ’ป Amber Autumn color palette CSS

/* CSS */
.color-1 {
color: #f1d1a2;
}
.color-2 {
color: #d0a86c;
}
.color-3 {
color: #a46e3d;
}
.color-4 {
color: #8d4d25;
}
.color-5 {
color: #5d2c1d;
}

/* CSS Variables */
:root {
--color-1: #f1d1a2;
--color-2: #d0a86c;
--color-3: #a46e3d;
--color-4: #8d4d25;
--color-5: #5d2c1d;
}

๐ŸŒˆ Amber Autumn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d1a2, #d0a86c, #a46e3d, #8d4d25, #5d2c1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d1a2, #d0a86c, #a46e3d, #8d4d25, #5d2c1d);
}

Amber Autumn color palette created on .