Orange Pumpkin Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Pumpkin palette

Share this palette to:

Orange Pumpkin color palette CSS

/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ff8b42;
}
.color-3 {
color: #ffab5c;
}
.color-4 {
color: #ffd86b;
}
.color-5 {
color: #ffec99;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ff8b42;
--color-3: #ffab5c;
--color-4: #ffd86b;
--color-5: #ffec99;
}

Orange Pumpkin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ff8b42, #ffab5c, #ffd86b, #ffec99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ff8b42, #ffab5c, #ffd86b, #ffec99);
}

Orange Pumpkin color palette created on .