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: #fdf7ed;
}
.color-2 {
color: #fbe1cb;
}
.color-3 {
color: #fab380;
}
.color-4 {
color: #b0a296;
}
.color-5 {
color: #4f768c;
}

/* CSS Variables */
:root {
--color-1: #fdf7ed;
--color-2: #fbe1cb;
--color-3: #fab380;
--color-4: #b0a296;
--color-5: #4f768c;
}

Whispers of Autumn Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf7ed, #fbe1cb, #fab380, #b0a296, #4f768c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf7ed, #fbe1cb, #fab380, #b0a296, #4f768c);
}

Similar color palettes

Scroll down to explore 1 Creamy color palette

Whispers of Autumn Breeze color palette created on .