Thanksgiving Color Palette
Discover the beautiful Thanksgiving color palette featuring hot cinnamon (#d75b19), sandy brown (#f3ab5e), maize (#f6d9a7), bison hide (#c3b3a2) and potters clay (#8e5b3e).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Earthy, Harvest, Orange, Thanksgiving, Warm, Yellow 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 Thanksgiving palette
💻 Thanksgiving color palette CSS
/* CSS */
.color-1 {
color: #d75b19;
}
.color-2 {
color: #f3ab5e;
}
.color-3 {
color: #f6d9a7;
}
.color-4 {
color: #c3b3a2;
}
.color-5 {
color: #8e5b3e;
}
/* CSS Variables */
:root {
--color-1: #d75b19;
--color-2: #f3ab5e;
--color-3: #f6d9a7;
--color-4: #c3b3a2;
--color-5: #8e5b3e;
} 🌈 Thanksgiving background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d75b19, #f3ab5e, #f6d9a7, #c3b3a2, #8e5b3e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d75b19, #f3ab5e, #f6d9a7, #c3b3a2, #8e5b3e);
} 🔗 Explore similar color palettes
Thanksgiving color palette created on .