Mountain Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mountain palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mountain Color Palette (PNG)
Mountain color palette CSS
/* CSS */
.color-1 {
color: #9ac96e;
}
.color-2 {
color: #7c9e4c;
}
.color-3 {
color: #5b7f39;
}
.color-4 {
color: #3c5b29;
}
.color-5 {
color: #1f401c;
}
/* CSS Variables */
:root {
--color-1: #9ac96e;
--color-2: #7c9e4c;
--color-3: #5b7f39;
--color-4: #3c5b29;
--color-5: #1f401c;
}
Mountain background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ac96e, #7c9e4c, #5b7f39, #3c5b29, #1f401c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ac96e, #7c9e4c, #5b7f39, #3c5b29, #1f401c);
}
Similar color palettes
Mountain color palette created on .