Cool Weather for Fall Color Palette

Discover the beautiful Cool Weather for Fall color palette featuring tussock (#c4a04a), paarl (#a85f2e), matrix (#a35b4d), highland (#6b8e5d) and smalt blue (#4f8c8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Brown, Crimson, Earthy, Fall, Green, Orange, Woodland 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 Cool Weather for Fall palette

Share this palette to:

๐Ÿ’ป Cool Weather for Fall color palette CSS

/* CSS */
.color-1 {
color: #c4a04a;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #a35b4d;
}
.color-4 {
color: #6b8e5d;
}
.color-5 {
color: #4f8c8b;
}

/* CSS Variables */
:root {
--color-1: #c4a04a;
--color-2: #a85f2e;
--color-3: #a35b4d;
--color-4: #6b8e5d;
--color-5: #4f8c8b;
}

๐ŸŒˆ Cool Weather for Fall background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4a04a, #a85f2e, #a35b4d, #6b8e5d, #4f8c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4a04a, #a85f2e, #a35b4d, #6b8e5d, #4f8c8b);
}

Cool Weather for Fall color palette created on .