Loading...
Pumpkin Spice Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pumpkin Spice palette
Download Pumpkin Spice Color Palette (PNG)
Pumpkin Spice color palette CSS
/* CSS */
.color-1 {
color: #ff7e2e;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #ffb65c;
}
.color-4 {
color: #ffd88f;
}
.color-5 {
color: #fff4b3;
}
/* CSS Variables */
:root {
--color-1: #ff7e2e;
--color-2: #ff9b3d;
--color-3: #ffb65c;
--color-4: #ffd88f;
--color-5: #fff4b3;
}
Pumpkin Spice background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e2e, #ff9b3d, #ffb65c, #ffd88f, #fff4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e2e, #ff9b3d, #ffb65c, #ffd88f, #fff4b3);
}
Similar color palettes
Scroll down to explore 100+ Orange color palettes
Pumpkin Spice color palette created on .