Autumn Whisper Palette Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Whisper Palette palette

Share this palette to:

Autumn Whisper Palette color palette CSS

/* CSS */
.color-1 {
color: #c4d6c2;
}
.color-2 {
color: #d59372;
}
.color-3 {
color: #e58c43;
}
.color-4 {
color: #aa8d88;
}
.color-5 {
color: #b55945;
}

/* CSS Variables */
:root {
--color-1: #c4d6c2;
--color-2: #d59372;
--color-3: #e58c43;
--color-4: #aa8d88;
--color-5: #b55945;
}

Autumn Whisper Palette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4d6c2, #d59372, #e58c43, #aa8d88, #b55945);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4d6c2, #d59372, #e58c43, #aa8d88, #b55945);
}

Similar color palettes

Scroll down to explore 1 Soft green color palette

Autumn Whisper Palette color palette created on .