Auburn Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Auburn Sunset palette

Share this palette to:

Download Auburn Sunset Color Palette (PNG)

Download auburn sunset color palette PNG image (landscape)
Download auburn sunset color palette PNG image (square)

Auburn Sunset color palette CSS

/* CSS */
.color-1 {
color: #9f512d;
}
.color-2 {
color: #c65c39;
}
.color-3 {
color: #e98949;
}
.color-4 {
color: #f7b96e;
}
.color-5 {
color: #f6d2a7;
}

/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #c65c39;
--color-3: #e98949;
--color-4: #f7b96e;
--color-5: #f6d2a7;
}

Auburn Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #c65c39, #e98949, #f7b96e, #f6d2a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #c65c39, #e98949, #f7b96e, #f6d2a7);
}

Auburn Sunset color palette created on .