Harvest Dawn Color Palette

Discover the beautiful Harvest Dawn color palette featuring tussock (#cd8a53), brown rust (#a6603a), sycamore (#8a7e3f), tiara (#c8d3d5) and tumbleweed (#dca780).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Beige, Brown, Cream, Earthy, Orange, Soft, Vintage, 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 Harvest Dawn palette

Share this palette to:

๐Ÿ’ป Harvest Dawn color palette CSS

/* CSS */
.color-1 {
color: #cd8a53;
}
.color-2 {
color: #a6603a;
}
.color-3 {
color: #8a7e3f;
}
.color-4 {
color: #c8d3d5;
}
.color-5 {
color: #dca780;
}

/* CSS Variables */
:root {
--color-1: #cd8a53;
--color-2: #a6603a;
--color-3: #8a7e3f;
--color-4: #c8d3d5;
--color-5: #dca780;
}

๐ŸŒˆ Harvest Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cd8a53, #a6603a, #8a7e3f, #c8d3d5, #dca780);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cd8a53, #a6603a, #8a7e3f, #c8d3d5, #dca780);
}

Harvest Dawn color palette created on .