Whispers of Autumn Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Autumn Dreams palette

Share this palette to:

Whispers of Autumn Dreams color palette CSS

/* CSS */
.color-1 {
color: #ebd0c7;
}
.color-2 {
color: #dda583;
}
.color-3 {
color: #c79923;
}
.color-4 {
color: #bb755d;
}
.color-5 {
color: #6d786d;
}

/* CSS Variables */
:root {
--color-1: #ebd0c7;
--color-2: #dda583;
--color-3: #c79923;
--color-4: #bb755d;
--color-5: #6d786d;
}

Whispers of Autumn Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebd0c7, #dda583, #c79923, #bb755d, #6d786d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebd0c7, #dda583, #c79923, #bb755d, #6d786d);
}

Similar color palettes

Whispers of Autumn Dreams color palette created on .