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: #6d3b2c;
}
.color-2 {
color: #b45a3c;
}
.color-3 {
color: #d68e57;
}
.color-4 {
color: #f0b77a;
}
.color-5 {
color: #f5c79e;
}

/* CSS Variables */
:root {
--color-1: #6d3b2c;
--color-2: #b45a3c;
--color-3: #d68e57;
--color-4: #f0b77a;
--color-5: #f5c79e;
}

Auburn Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d3b2c, #b45a3c, #d68e57, #f0b77a, #f5c79e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d3b2c, #b45a3c, #d68e57, #f0b77a, #f5c79e);
}

Auburn Sunset color palette created on .