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