Mountain Mist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mountain Mist palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mountain Mist Color Palette (PNG)
Mountain Mist color palette CSS
/* CSS */
.color-1 {
color: #526b89;
}
.color-2 {
color: #8fa4b3;
}
.color-3 {
color: #6d87a2;
}
.color-4 {
color: #5e7997;
}
.color-5 {
color: #3f5873;
}
/* CSS Variables */
:root {
--color-1: #526b89;
--color-2: #8fa4b3;
--color-3: #6d87a2;
--color-4: #5e7997;
--color-5: #3f5873;
}
Mountain Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #526b89, #8fa4b3, #6d87a2, #5e7997, #3f5873);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #526b89, #8fa4b3, #6d87a2, #5e7997, #3f5873);
}
Similar color palettes
Mountain Mist color palette created on .