Green Mountain Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Mountain palette

Share this palette to:

Green Mountain color palette PNG image

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

Green Mountain color palette CSS

/* CSS */
.color-1 {
color: #4cae4f;
}
.color-2 {
color: #8bc34b;
}
.color-3 {
color: #dce773;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ff9900;
}

/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #8bc34b;
--color-3: #dce773;
--color-4: #ffec3d;
--color-5: #ff9900;
}

Green Mountain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #8bc34b, #dce773, #ffec3d, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #8bc34b, #dce773, #ffec3d, #ff9900);
}

Green Mountain color palette created on .