Orange Pumpkin Pie Color Palette

Discover the beautiful Orange Pumpkin Pie color palette featuring tia maria (#c2570f), hot cinnamon (#d0751b), golden grass (#db9224), geebung (#ce871c) and fiery orange (#aa4813).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Orange, Warm, Earthy, Vibrant, Autumn, Fall, Retro 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 Orange Pumpkin Pie palette

Share this palette to:

๐Ÿ’ป Orange Pumpkin Pie color palette CSS

/* CSS */
.color-1 {
color: #c2570f;
}
.color-2 {
color: #d0751b;
}
.color-3 {
color: #db9224;
}
.color-4 {
color: #ce871c;
}
.color-5 {
color: #aa4813;
}

/* CSS Variables */
:root {
--color-1: #c2570f;
--color-2: #d0751b;
--color-3: #db9224;
--color-4: #ce871c;
--color-5: #aa4813;
}

๐ŸŒˆ Orange Pumpkin Pie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2570f, #d0751b, #db9224, #ce871c, #aa4813);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2570f, #d0751b, #db9224, #ce871c, #aa4813);
}

Orange Pumpkin Pie color palette created on .