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: #6e3b3a;
}
.color-2 {
color: #a66c5e;
}
.color-3 {
color: #d4b8a0;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #f9c39f;
}
/* CSS Variables */
:root {
--color-1: #6e3b3a;
--color-2: #a66c5e;
--color-3: #d4b8a0;
--color-4: #f4e1a4;
--color-5: #f9c39f;
}
Auburn Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e3b3a, #a66c5e, #d4b8a0, #f4e1a4, #f9c39f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e3b3a, #a66c5e, #d4b8a0, #f4e1a4, #f9c39f);
}
Similar color palettes
Scroll down to explore 10+ Auburn color palettes
Auburn Glow color palette created on .