Auburn Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Auburn Sunset palette

Share this palette to:

Auburn Sunset color palette PNG image

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: #d2691e;
}
.color-3 {
color: #ff8052;
}
.color-4 {
color: #ffa07a;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #d2691e;
--color-3: #ff8052;
--color-4: #ffa07a;
--color-5: #ffd900;
}

Auburn Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #d2691e, #ff8052, #ffa07a, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #d2691e, #ff8052, #ffa07a, #ffd900);
}

Auburn Sunset color palette created on .