Autumn Spice Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Spice Delight palette

Share this palette to:

Download Autumn Spice Delight Color Palette (PNG)

Download autumn spice delight color palette PNG image (landscape)
Download autumn spice delight color palette PNG image (square)

Autumn Spice Delight color palette CSS

/* CSS */
.color-1 {
color: #7e4e3e;
}
.color-2 {
color: #b05b4a;
}
.color-3 {
color: #f2a15a;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #dfa39f;
}

/* CSS Variables */
:root {
--color-1: #7e4e3e;
--color-2: #b05b4a;
--color-3: #f2a15a;
--color-4: #f4cf3e;
--color-5: #dfa39f;
}

Autumn Spice Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e4e3e, #b05b4a, #f2a15a, #f4cf3e, #dfa39f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e4e3e, #b05b4a, #f2a15a, #f4cf3e, #dfa39f);
}

Autumn Spice Delight color palette created on .