Autumn's Whispering Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn's Whispering Hues palette

Share this palette to:

Autumn's Whispering Hues color palette CSS

/* CSS */
.color-1 {
color: #f0d10a;
}
.color-2 {
color: #a8a8a4;
}
.color-3 {
color: #868980;
}
.color-4 {
color: #a3882e;
}
.color-5 {
color: #5c6a63;
}

/* CSS Variables */
:root {
--color-1: #f0d10a;
--color-2: #a8a8a4;
--color-3: #868980;
--color-4: #a3882e;
--color-5: #5c6a63;
}

Autumn's Whispering Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0d10a, #a8a8a4, #868980, #a3882e, #5c6a63);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0d10a, #a8a8a4, #868980, #a3882e, #5c6a63);
}

Autumn's Whispering Hues color palette created on .