Whispers of Autumn Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Autumn Breeze palette

Share this palette to:

Whispers of Autumn Breeze color palette CSS

/* CSS */
.color-1 {
color: #edd2b5;
}
.color-2 {
color: #e8a76d;
}
.color-3 {
color: #b7ab9f;
}
.color-4 {
color: #be6f78;
}
.color-5 {
color: #778092;
}

/* CSS Variables */
:root {
--color-1: #edd2b5;
--color-2: #e8a76d;
--color-3: #b7ab9f;
--color-4: #be6f78;
--color-5: #778092;
}

Whispers of Autumn Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edd2b5, #e8a76d, #b7ab9f, #be6f78, #778092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edd2b5, #e8a76d, #b7ab9f, #be6f78, #778092);
}

Similar color palettes

Whispers of Autumn Breeze color palette created on .