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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Harvest Dawn color palette created on .