Auburn Sun Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Auburn Sun palette
Color Inspiration
Images that showcase this color palette in real designs
Download Auburn Sun Color Palette (PNG)
Auburn Sun color palette CSS
/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #d19b6b;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #ff6d2e;
}
.color-5 {
color: #ff9d00;
}
/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #d19b6b;
--color-3: #f5c400;
--color-4: #ff6d2e;
--color-5: #ff9d00;
}
Auburn Sun background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #d19b6b, #f5c400, #ff6d2e, #ff9d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #d19b6b, #f5c400, #ff6d2e, #ff9d00);
}
Similar color palettes
Scroll down to explore 3 Auburn color palettes
Auburn Sun color palette created on .