Autumn Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Whispers palette

Share this palette to:

Autumn Whispers color palette CSS

/* CSS */
.color-1 {
color: #f7e3b6;
}
.color-2 {
color: #f1be83;
}
.color-3 {
color: #f08228;
}
.color-4 {
color: #ec4d18;
}
.color-5 {
color: #b62028;
}

/* CSS Variables */
:root {
--color-1: #f7e3b6;
--color-2: #f1be83;
--color-3: #f08228;
--color-4: #ec4d18;
--color-5: #b62028;
}

Autumn Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e3b6, #f1be83, #f08228, #ec4d18, #b62028);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e3b6, #f1be83, #f08228, #ec4d18, #b62028);
}

Autumn Whispers color palette created on .