Mountain Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mountain Serenity palette
Mountain Serenity color palette PNG image
Mountain Serenity color palette CSS
/* CSS */
.color-1 {
color: #496e4d;
}
.color-2 {
color: #a7c8b9;
}
.color-3 {
color: #e6c9b3;
}
.color-4 {
color: #d9916d;
}
.color-5 {
color: #b25c2a;
}
/* CSS Variables */
:root {
--color-1: #496e4d;
--color-2: #a7c8b9;
--color-3: #e6c9b3;
--color-4: #d9916d;
--color-5: #b25c2a;
}
Mountain Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #496e4d, #a7c8b9, #e6c9b3, #d9916d, #b25c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #496e4d, #a7c8b9, #e6c9b3, #d9916d, #b25c2a);
}
Similar color palettes
Scroll down to explore 7 Mountain color palettes
Mountain Serenity color palette created on .