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