Whispers of Autumn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Autumn palette

Share this palette to:

Whispers of Autumn color palette CSS

/* CSS */
.color-1 {
color: #efa4b0;
}
.color-2 {
color: #d9b2a1;
}
.color-3 {
color: #bfaf9c;
}
.color-4 {
color: #b0a67d;
}
.color-5 {
color: #7c9a6a;
}

/* CSS Variables */
:root {
--color-1: #efa4b0;
--color-2: #d9b2a1;
--color-3: #bfaf9c;
--color-4: #b0a67d;
--color-5: #7c9a6a;
}

Whispers of Autumn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efa4b0, #d9b2a1, #bfaf9c, #b0a67d, #7c9a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efa4b0, #d9b2a1, #bfaf9c, #b0a67d, #7c9a6a);
}

Whispers of Autumn color palette created on .