Pumpkin Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pumpkin Delight palette
Pumpkin Delight color palette PNG image
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);
}
Similar color palettes
Pumpkin Delight color palette created on .