Mountain Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mountain palette

Share this palette to:

Mountain color palette PNG image

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

Mountain color palette CSS

/* CSS */
.color-1 {
color: #aac1d4;
}
.color-2 {
color: #7c9c8f;
}
.color-3 {
color: #5b8077;
}
.color-4 {
color: #495a54;
}
.color-5 {
color: #2e3b3e;
}

/* CSS Variables */
:root {
--color-1: #aac1d4;
--color-2: #7c9c8f;
--color-3: #5b8077;
--color-4: #495a54;
--color-5: #2e3b3e;
}

Mountain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aac1d4, #7c9c8f, #5b8077, #495a54, #2e3b3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aac1d4, #7c9c8f, #5b8077, #495a54, #2e3b3e);
}

Similar color palettes

Scroll down to explore 5 Mountain color palettes

Mountain color palette created on .