Autumn's Whispering Shadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn's Whispering Shadows palette

Share this palette to:

Autumn's Whispering Shadows color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f9fafb;
}
.color-3 {
color: #ed892c;
}
.color-4 {
color: #92867c;
}
.color-5 {
color: #4f0307;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f9fafb;
--color-3: #ed892c;
--color-4: #92867c;
--color-5: #4f0307;
}

Autumn's Whispering Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f9fafb, #ed892c, #92867c, #4f0307);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f9fafb, #ed892c, #92867c, #4f0307);
}

Autumn's Whispering Shadows color palette created on .