Fall Mountains Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fall Mountains palette

Share this palette to:

Fall Mountains color palette PNG image

Download fall mountains color palette PNG image (landscape)
Download fall mountains color palette PNG image (square)

Fall Mountains color palette CSS

/* CSS */
.color-1 {
color: #c75b29;
}
.color-2 {
color: #d89a6e;
}
.color-3 {
color: #a97c3d;
}
.color-4 {
color: #e0b36c;
}
.color-5 {
color: #7d4e1c;
}

/* CSS Variables */
:root {
--color-1: #c75b29;
--color-2: #d89a6e;
--color-3: #a97c3d;
--color-4: #e0b36c;
--color-5: #7d4e1c;
}

Fall Mountains background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c75b29, #d89a6e, #a97c3d, #e0b36c, #7d4e1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c75b29, #d89a6e, #a97c3d, #e0b36c, #7d4e1c);
}

Fall Mountains color palette created on .