Pumpkin Spice Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pumpkin Spice palette
Pumpkin Spice color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 100+ Autumn color palettes
Pumpkin Spice color palette created on .