Auburn to Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Auburn to Gold palette
Auburn to Gold color palette PNG image
Auburn to Gold color palette CSS
/* CSS */
.color-1 {
color: #7d4b3b;
}
.color-2 {
color: #b66d49;
}
.color-3 {
color: #e6aa5b;
}
.color-4 {
color: #f6d18e;
}
.color-5 {
color: #f4c65d;
}
/* CSS Variables */
:root {
--color-1: #7d4b3b;
--color-2: #b66d49;
--color-3: #e6aa5b;
--color-4: #f6d18e;
--color-5: #f4c65d;
}
Auburn to Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4b3b, #b66d49, #e6aa5b, #f6d18e, #f4c65d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4b3b, #b66d49, #e6aa5b, #f6d18e, #f4c65d);
}
Similar color palettes
Scroll down to explore 3 Auburn color palettes
Auburn to Gold color palette created on .