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: #5b3a29;
}
.color-2 {
color: #8c5b3b;
}
.color-3 {
color: #a64b3a;
}
.color-4 {
color: #d99a6d;
}
.color-5 {
color: #d1c2b7;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #8c5b3b;
--color-3: #a64b3a;
--color-4: #d99a6d;
--color-5: #d1c2b7;
}
Auburn Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #8c5b3b, #a64b3a, #d99a6d, #d1c2b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #8c5b3b, #a64b3a, #d99a6d, #d1c2b7);
}
Similar color palettes
Scroll down to explore 10+ Brown color palettes
Auburn Glow color palette created on .