Thanksgiving Colors Color Palette

Discover the beautiful Thanksgiving Colors color palette featuring mojo (#c75d3d), rajah (#f5b970), cashmere (#e7c9a2), anzac (#d8b24b) and mule fawn (#8c5a2b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Orange, Yellow, Brown, Earthy, Warm, Harvest, Thanksgiving 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 Colors palette

Share this palette to:

💻 Thanksgiving Colors color palette CSS

/* CSS */
.color-1 {
color: #c75d3d;
}
.color-2 {
color: #f5b970;
}
.color-3 {
color: #e7c9a2;
}
.color-4 {
color: #d8b24b;
}
.color-5 {
color: #8c5a2b;
}

/* CSS Variables */
:root {
--color-1: #c75d3d;
--color-2: #f5b970;
--color-3: #e7c9a2;
--color-4: #d8b24b;
--color-5: #8c5a2b;
}

🌈 Thanksgiving Colors background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c75d3d, #f5b970, #e7c9a2, #d8b24b, #8c5a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c75d3d, #f5b970, #e7c9a2, #d8b24b, #8c5a2b);
}

Thanksgiving Colors color palette created on .