Auburn Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Auburn Glow palette

Share this palette to:

Auburn Glow color palette PNG image

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

Auburn Glow color palette CSS

/* CSS */
.color-1 {
color: #b65935;
}
.color-2 {
color: #d88c6e;
}
.color-3 {
color: #e9b79f;
}
.color-4 {
color: #d79979;
}
.color-5 {
color: #c34f28;
}

/* CSS Variables */
:root {
--color-1: #b65935;
--color-2: #d88c6e;
--color-3: #e9b79f;
--color-4: #d79979;
--color-5: #c34f28;
}

Auburn Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b65935, #d88c6e, #e9b79f, #d79979, #c34f28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b65935, #d88c6e, #e9b79f, #d79979, #c34f28);
}

Auburn Glow color palette created on .