Green Mountains Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green Mountains palette
Green Mountains color palette PNG image
Green Mountains color palette CSS
/* CSS */
.color-1 {
color: #2b5e2c;
}
.color-2 {
color: #5eae4c;
}
.color-3 {
color: #8edc6a;
}
.color-4 {
color: #afe8a1;
}
.color-5 {
color: #d4f7d4;
}
/* CSS Variables */
:root {
--color-1: #2b5e2c;
--color-2: #5eae4c;
--color-3: #8edc6a;
--color-4: #afe8a1;
--color-5: #d4f7d4;
}
Green Mountains background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b5e2c, #5eae4c, #8edc6a, #afe8a1, #d4f7d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b5e2c, #5eae4c, #8edc6a, #afe8a1, #d4f7d4);
}
Similar color palettes
Scroll down to explore 7 Green color palettes
Green Mountains color palette created on .