Pumpkin Delight Color Palette
Discover the beautiful Pumpkin Delight color palette featuring red damask (#d9753f), anzac (#e6a64c), ronchi (#f1c84b), maize (#f7d4ab) and copper (#c77d3d).
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 Delight palette
💻 Pumpkin Delight color palette CSS
/* CSS */
.color-1 {
color: #d9753f;
}
.color-2 {
color: #e6a64c;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f7d4ab;
}
.color-5 {
color: #c77d3d;
}
/* CSS Variables */
:root {
--color-1: #d9753f;
--color-2: #e6a64c;
--color-3: #f1c84b;
--color-4: #f7d4ab;
--color-5: #c77d3d;
} 🌈 Pumpkin Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9753f, #e6a64c, #f1c84b, #f7d4ab, #c77d3d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9753f, #e6a64c, #f1c84b, #f7d4ab, #c77d3d);
} 🔗 Explore similar color palettes
Pumpkin Delight color palette created on .