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