Warm White Pumpkin Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm White Pumpkin palette

Share this palette to:

Warm White Pumpkin color palette CSS

/* CSS */
.color-1 {
color: #f7e4d9;
}
.color-2 {
color: #f2b2a1;
}
.color-3 {
color: #e78b73;
}
.color-4 {
color: #d5694d;
}
.color-5 {
color: #a64b3a;
}

/* CSS Variables */
:root {
--color-1: #f7e4d9;
--color-2: #f2b2a1;
--color-3: #e78b73;
--color-4: #d5694d;
--color-5: #a64b3a;
}

Warm White Pumpkin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e4d9, #f2b2a1, #e78b73, #d5694d, #a64b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e4d9, #f2b2a1, #e78b73, #d5694d, #a64b3a);
}

Similar color palettes

Warm White Pumpkin color palette created on .