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: #5e3b3b;
}
.color-2 {
color: #8c5b3b;
}
.color-3 {
color: #c68e39;
}
.color-4 {
color: #e8b65e;
}
.color-5 {
color: #f4c19f;
}

/* CSS Variables */
:root {
--color-1: #5e3b3b;
--color-2: #8c5b3b;
--color-3: #c68e39;
--color-4: #e8b65e;
--color-5: #f4c19f;
}

Auburn Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e3b3b, #8c5b3b, #c68e39, #e8b65e, #f4c19f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e3b3b, #8c5b3b, #c68e39, #e8b65e, #f4c19f);
}

Auburn Sunset color palette created on .