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: #fdfdfc;
}
.color-2 {
color: #f3ebd8;
}
.color-3 {
color: #d9cebf;
}
.color-4 {
color: #aba69c;
}
.color-5 {
color: #76726f;
}

/* CSS Variables */
:root {
--color-1: #fdfdfc;
--color-2: #f3ebd8;
--color-3: #d9cebf;
--color-4: #aba69c;
--color-5: #76726f;
}

Whispers of Autumn Fog background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfdfc, #f3ebd8, #d9cebf, #aba69c, #76726f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfdfc, #f3ebd8, #d9cebf, #aba69c, #76726f);
}

Whispers of Autumn Fog color palette created on .