Auburn Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Auburn Sunset palette
Auburn Sunset color palette PNG image
Auburn Sunset color palette CSS
/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #c67c4e;
}
.color-3 {
color: #d39c6f;
}
.color-4 {
color: #e5b69f;
}
.color-5 {
color: #f2d4c4;
}
/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #c67c4e;
--color-3: #d39c6f;
--color-4: #e5b69f;
--color-5: #f2d4c4;
}
Auburn Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #c67c4e, #d39c6f, #e5b69f, #f2d4c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #c67c4e, #d39c6f, #e5b69f, #f2d4c4);
}
Similar color palettes
Scroll down to explore 10+ Auburn color palettes
Auburn Sunset color palette created on .