Mountain Majesty Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mountain Majesty palette
Mountain Majesty color palette PNG image
Mountain Majesty color palette CSS
/* CSS */
.color-1 {
color: #4a6e8c;
}
.color-2 {
color: #8a999e;
}
.color-3 {
color: #b6c8c6;
}
.color-4 {
color: #e1d6d0;
}
.color-5 {
color: #f8c8a0;
}
/* CSS Variables */
:root {
--color-1: #4a6e8c;
--color-2: #8a999e;
--color-3: #b6c8c6;
--color-4: #e1d6d0;
--color-5: #f8c8a0;
}
Mountain Majesty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6e8c, #8a999e, #b6c8c6, #e1d6d0, #f8c8a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6e8c, #8a999e, #b6c8c6, #e1d6d0, #f8c8a0);
}
Similar color palettes
Scroll down to explore 1 Mountain color palette
Mountain Majesty color palette created on .