Auburn Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Auburn Sunrise palette
Color Inspiration
Images that showcase this color palette in real designs
Download Auburn Sunrise Color Palette (PNG)
Auburn Sunrise color palette CSS
/* CSS */
.color-1 {
color: #a65e2b;
}
.color-2 {
color: #d5884d;
}
.color-3 {
color: #f2b769;
}
.color-4 {
color: #f7d58d;
}
.color-5 {
color: #f9e1b9;
}
/* CSS Variables */
:root {
--color-1: #a65e2b;
--color-2: #d5884d;
--color-3: #f2b769;
--color-4: #f7d58d;
--color-5: #f9e1b9;
}
Auburn Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a65e2b, #d5884d, #f2b769, #f7d58d, #f9e1b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a65e2b, #d5884d, #f2b769, #f7d58d, #f9e1b9);
}
Similar color palettes
Auburn Sunrise color palette created on .