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: #6f4c3e;
}
.color-2 {
color: #b0523b;
}
.color-3 {
color: #d06e4e;
}
.color-4 {
color: #e89964;
}
.color-5 {
color: #f5c4a3;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #b0523b;
--color-3: #d06e4e;
--color-4: #e89964;
--color-5: #f5c4a3;
}

Auburn Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #b0523b, #d06e4e, #e89964, #f5c4a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #b0523b, #d06e4e, #e89964, #f5c4a3);
}

Auburn Glow color palette created on .