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: #502d2b;
}
.color-2 {
color: #794939;
}
.color-3 {
color: #a56a4a;
}
.color-4 {
color: #d89a6e;
}
.color-5 {
color: #f1c5a2;
}

/* CSS Variables */
:root {
--color-1: #502d2b;
--color-2: #794939;
--color-3: #a56a4a;
--color-4: #d89a6e;
--color-5: #f1c5a2;
}

Auburn Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #502d2b, #794939, #a56a4a, #d89a6e, #f1c5a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #502d2b, #794939, #a56a4a, #d89a6e, #f1c5a2);
}

Auburn Glow color palette created on .