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