Mountain Adventure Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mountain Adventure palette

Share this palette to:

Download Mountain Adventure Color Palette (PNG)

Download mountain adventure color palette PNG image (landscape)
Download mountain adventure color palette PNG image (square)

Mountain Adventure color palette CSS

/* CSS */
.color-1 {
color: #3a3b35;
}
.color-2 {
color: #6b7b6c;
}
.color-3 {
color: #9bb5a1;
}
.color-4 {
color: #e2d5a2;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #3a3b35;
--color-2: #6b7b6c;
--color-3: #9bb5a1;
--color-4: #e2d5a2;
--color-5: #f0a400;
}

Mountain Adventure background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3b35, #6b7b6c, #9bb5a1, #e2d5a2, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3b35, #6b7b6c, #9bb5a1, #e2d5a2, #f0a400);
}

Mountain Adventure color palette created on .