Retro Earthy Fall Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Earthy Fall palette
Retro Earthy Fall color palette PNG image
Retro Earthy Fall color palette CSS
/* CSS */
.color-1 {
color: #d69f38;
}
.color-2 {
color: #c37b3c;
}
.color-3 {
color: #a45b2d;
}
.color-4 {
color: #894929;
}
.color-5 {
color: #6b3e29;
}
/* CSS Variables */
:root {
--color-1: #d69f38;
--color-2: #c37b3c;
--color-3: #a45b2d;
--color-4: #894929;
--color-5: #6b3e29;
}
Retro Earthy Fall background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69f38, #c37b3c, #a45b2d, #894929, #6b3e29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69f38, #c37b3c, #a45b2d, #894929, #6b3e29);
}
Similar color palettes
Retro Earthy Fall color palette created on .