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: #c85f3c;
}
.color-2 {
color: #b66d49;
}
.color-3 {
color: #a28257;
}
.color-4 {
color: #d5997b;
}
.color-5 {
color: #e0c2b3;
}

/* CSS Variables */
:root {
--color-1: #c85f3c;
--color-2: #b66d49;
--color-3: #a28257;
--color-4: #d5997b;
--color-5: #e0c2b3;
}

Auburn Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c85f3c, #b66d49, #a28257, #d5997b, #e0c2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c85f3c, #b66d49, #a28257, #d5997b, #e0c2b3);
}

Auburn Glow color palette created on .