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: #5f2b2c;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #dfaf49;
}
.color-4 {
color: #e8b445;
}
.color-5 {
color: #f4d35d;
}
/* CSS Variables */
:root {
--color-1: #5f2b2c;
--color-2: #a85f2e;
--color-3: #dfaf49;
--color-4: #e8b445;
--color-5: #f4d35d;
}
Auburn Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f2b2c, #a85f2e, #dfaf49, #e8b445, #f4d35d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f2b2c, #a85f2e, #dfaf49, #e8b445, #f4d35d);
}
Similar color palettes
Auburn Glow color palette created on .