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: #4b3c2a;
}
.color-2 {
color: #7d6b5e;
}
.color-3 {
color: #b0a49c;
}
.color-4 {
color: #d2d0c6;
}
.color-5 {
color: #e6e4d6;
}
/* CSS Variables */
:root {
--color-1: #4b3c2a;
--color-2: #7d6b5e;
--color-3: #b0a49c;
--color-4: #d2d0c6;
--color-5: #e6e4d6;
}
Mountain Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c2a, #7d6b5e, #b0a49c, #d2d0c6, #e6e4d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c2a, #7d6b5e, #b0a49c, #d2d0c6, #e6e4d6);
}
Similar color palettes
Mountain Serenity color palette created on .