Pumpkin Spice Color Palette
Discover the beautiful Pumpkin Spice color palette featuring red damask (#d97d3f), tuscany (#ba5d2c), paarl (#a24c25), copper canyon (#893a1a) and chestnut rose (#c76f4d).
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 Pumpkin Spice palette
💻 Pumpkin Spice color palette CSS
/* CSS */
.color-1 {
color: #d97d3f;
}
.color-2 {
color: #ba5d2c;
}
.color-3 {
color: #a24c25;
}
.color-4 {
color: #893a1a;
}
.color-5 {
color: #c76f4d;
}
/* CSS Variables */
:root {
--color-1: #d97d3f;
--color-2: #ba5d2c;
--color-3: #a24c25;
--color-4: #893a1a;
--color-5: #c76f4d;
} 🌈 Pumpkin Spice background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d97d3f, #ba5d2c, #a24c25, #893a1a, #c76f4d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d97d3f, #ba5d2c, #a24c25, #893a1a, #c76f4d);
} 🔗 Explore similar color palettes
Pumpkin Spice color palette created on .