Whispers of Autumn Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Autumn Breeze palette
Whispers of Autumn Breeze color palette CSS
/* CSS */
.color-1 {
color: #dfe7e7;
}
.color-2 {
color: #dad8cd;
}
.color-3 {
color: #c1d5e1;
}
.color-4 {
color: #cdae8e;
}
.color-5 {
color: #aa7a50;
}
/* CSS Variables */
:root {
--color-1: #dfe7e7;
--color-2: #dad8cd;
--color-3: #c1d5e1;
--color-4: #cdae8e;
--color-5: #aa7a50;
}
Whispers of Autumn Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfe7e7, #dad8cd, #c1d5e1, #cdae8e, #aa7a50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfe7e7, #dad8cd, #c1d5e1, #cdae8e, #aa7a50);
}
Similar color palettes
Scroll down to explore 9 Soft gray color palettes
Whispers of Autumn Breeze color palette created on .