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