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: #9d4e3f;
}
.color-2 {
color: #d86b5f;
}
.color-3 {
color: #e6b3c7;
}
.color-4 {
color: #f3c4d2;
}
.color-5 {
color: #f9e3e1;
}
/* CSS Variables */
:root {
--color-1: #9d4e3f;
--color-2: #d86b5f;
--color-3: #e6b3c7;
--color-4: #f3c4d2;
--color-5: #f9e3e1;
}
Auburn Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d4e3f, #d86b5f, #e6b3c7, #f3c4d2, #f9e3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d4e3f, #d86b5f, #e6b3c7, #f3c4d2, #f9e3e1);
}
Similar color palettes
Scroll down to explore 3 Auburn color palettes
Auburn Sunset color palette created on .