Mountaineering Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mountaineering palette
Mountaineering color palette PNG image
Mountaineering color palette CSS
/* CSS */
.color-1 {
color: #699b9b;
}
.color-2 {
color: #4f7d7d;
}
.color-3 {
color: #396060;
}
.color-4 {
color: #2b4a4a;
}
.color-5 {
color: #193838;
}
/* CSS Variables */
:root {
--color-1: #699b9b;
--color-2: #4f7d7d;
--color-3: #396060;
--color-4: #2b4a4a;
--color-5: #193838;
}
Mountaineering background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #699b9b, #4f7d7d, #396060, #2b4a4a, #193838);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #699b9b, #4f7d7d, #396060, #2b4a4a, #193838);
}
Similar color palettes
Scroll down to explore 600+ Mountain color palettes
Mountaineering color palette created on .