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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Orange Pumpkin Pie color palette created on .