70s Autumn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 70s Autumn palette
70s Autumn color palette PNG image
70s Autumn color palette CSS
/* CSS */
.color-1 {
color: #9f512d;
}
.color-2 {
color: #d2691e;
}
.color-3 {
color: #ff8c00;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ffa600;
}
/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #d2691e;
--color-3: #ff8c00;
--color-4: #ffd900;
--color-5: #ffa600;
}
70s Autumn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #d2691e, #ff8c00, #ffd900, #ffa600);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #d2691e, #ff8c00, #ffd900, #ffa600);
}
Similar color palettes
Scroll down to explore 4 70s color palettes
70s Autumn color palette created on .