Autumnal Duo Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumnal Duo palette

Share this palette to:

Autumnal Duo color palette CSS

/* CSS */
.color-1 {
color: #f4bebd;
}
.color-2 {
color: #d96c3a;
}
.color-3 {
color: #b84600;
}
.color-4 {
color: #9a3247;
}
.color-5 {
color: #da4464;
}

/* CSS Variables */
:root {
--color-1: #f4bebd;
--color-2: #d96c3a;
--color-3: #b84600;
--color-4: #9a3247;
--color-5: #da4464;
}

Autumnal Duo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4bebd, #d96c3a, #b84600, #9a3247, #da4464);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4bebd, #d96c3a, #b84600, #9a3247, #da4464);
}

Autumnal Duo color palette created on .