Autumn Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Whisper palette

Share this palette to:

Autumn Whisper color palette CSS

/* CSS */
.color-1 {
color: #f6c960;
}
.color-2 {
color: #e6aa7f;
}
.color-3 {
color: #a1c388;
}
.color-4 {
color: #fcefe3;
}
.color-5 {
color: #949494;
}

/* CSS Variables */
:root {
--color-1: #f6c960;
--color-2: #e6aa7f;
--color-3: #a1c388;
--color-4: #fcefe3;
--color-5: #949494;
}

Autumn Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c960, #e6aa7f, #a1c388, #fcefe3, #949494);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c960, #e6aa7f, #a1c388, #fcefe3, #949494);
}

Similar color palettes

Autumn Whisper color palette created on .