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: #d5aaad;
}
.color-2 {
color: #6f876e;
}
.color-3 {
color: #af556f;
}
.color-4 {
color: #be5e1e;
}
.color-5 {
color: #394643;
}

/* CSS Variables */
:root {
--color-1: #d5aaad;
--color-2: #6f876e;
--color-3: #af556f;
--color-4: #be5e1e;
--color-5: #394643;
}

Whispers of Autumn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5aaad, #6f876e, #af556f, #be5e1e, #394643);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5aaad, #6f876e, #af556f, #be5e1e, #394643);
}

Similar color palettes

Scroll down to explore 1 Soft pink color palette

Whispers of Autumn color palette created on .