Whispers of Autumn Fog Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Autumn Fog palette

Share this palette to:

Whispers of Autumn Fog color palette CSS

/* CSS */
.color-1 {
color: #d3dcdf;
}
.color-2 {
color: #bfbdbb;
}
.color-3 {
color: #b5a7a1;
}
.color-4 {
color: #98928b;
}
.color-5 {
color: #87766e;
}

/* CSS Variables */
:root {
--color-1: #d3dcdf;
--color-2: #bfbdbb;
--color-3: #b5a7a1;
--color-4: #98928b;
--color-5: #87766e;
}

Whispers of Autumn Fog background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3dcdf, #bfbdbb, #b5a7a1, #98928b, #87766e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3dcdf, #bfbdbb, #b5a7a1, #98928b, #87766e);
}

Whispers of Autumn Fog color palette created on .