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: #ebc5a8;
}
.color-2 {
color: #bdc7ae;
}
.color-3 {
color: #d3ab8d;
}
.color-4 {
color: #a99279;
}
.color-5 {
color: #7a765c;
}

/* CSS Variables */
:root {
--color-1: #ebc5a8;
--color-2: #bdc7ae;
--color-3: #d3ab8d;
--color-4: #a99279;
--color-5: #7a765c;
}

Whispers of Autumn Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebc5a8, #bdc7ae, #d3ab8d, #a99279, #7a765c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebc5a8, #bdc7ae, #d3ab8d, #a99279, #7a765c);
}

Similar color palettes

Whispers of Autumn Dreams color palette created on .