Mountain Waterfall Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mountain Waterfall palette

Share this palette to:

Mountain Waterfall color palette PNG image

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

Mountain Waterfall color palette CSS

/* CSS */
.color-1 {
color: #5bbe9b;
}
.color-2 {
color: #a8e1d4;
}
.color-3 {
color: #e6f9f4;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #5bbe9b;
--color-2: #a8e1d4;
--color-3: #e6f9f4;
--color-4: #f4cf3e;
--color-5: #e77e23;
}

Mountain Waterfall background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5bbe9b, #a8e1d4, #e6f9f4, #f4cf3e, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5bbe9b, #a8e1d4, #e6f9f4, #f4cf3e, #e77e23);
}

Mountain Waterfall color palette created on .