Montaña Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Montaña palette

Share this palette to:

Montaña color palette PNG image

Download montaña color palette PNG image (landscape)
Download montaña color palette PNG image (square)

Montaña color palette CSS

/* CSS */
.color-1 {
color: #4a7c8c;
}
.color-2 {
color: #6cb2a0;
}
.color-3 {
color: #a9d6d2;
}
.color-4 {
color: #e2e9e4;
}
.color-5 {
color: #f5b17a;
}

/* CSS Variables */
:root {
--color-1: #4a7c8c;
--color-2: #6cb2a0;
--color-3: #a9d6d2;
--color-4: #e2e9e4;
--color-5: #f5b17a;
}

Montaña background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7c8c, #6cb2a0, #a9d6d2, #e2e9e4, #f5b17a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7c8c, #6cb2a0, #a9d6d2, #e2e9e4, #f5b17a);
}

Similar color palettes

Scroll down to explore 5 Mountain color palettes

Montaña color palette created on .