Auburn Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Auburn Glow palette
Auburn Glow color palette PNG image
Auburn Glow color palette CSS
/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d37d3c;
}
.color-4 {
color: #eac06c;
}
.color-5 {
color: #f6dcb1;
}
/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #a85f2e;
--color-3: #d37d3c;
--color-4: #eac06c;
--color-5: #f6dcb1;
}
Auburn Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #a85f2e, #d37d3c, #eac06c, #f6dcb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #a85f2e, #d37d3c, #eac06c, #f6dcb1);
}
Similar color palettes
Scroll down to explore 10+ Auburn color palettes
Auburn Glow color palette created on .