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: #d6f0e3;
}
.color-2 {
color: #ecc2a1;
}
.color-3 {
color: #f5b080;
}
.color-4 {
color: #c38969;
}
.color-5 {
color: #7f8890;
}

/* CSS Variables */
:root {
--color-1: #d6f0e3;
--color-2: #ecc2a1;
--color-3: #f5b080;
--color-4: #c38969;
--color-5: #7f8890;
}

Whispers of Autumn Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6f0e3, #ecc2a1, #f5b080, #c38969, #7f8890);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6f0e3, #ecc2a1, #f5b080, #c38969, #7f8890);
}

Whispers of Autumn Breeze color palette created on .