Snowy Mountain Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Snowy Mountain palette
Snowy Mountain color palette PNG image
Snowy Mountain color palette CSS
/* CSS */
.color-1 {
color: #a9c8e0;
}
.color-2 {
color: #e2f3f8;
}
.color-3 {
color: #f5f9f9;
}
.color-4 {
color: #f7d7a1;
}
.color-5 {
color: #b4c879;
}
/* CSS Variables */
:root {
--color-1: #a9c8e0;
--color-2: #e2f3f8;
--color-3: #f5f9f9;
--color-4: #f7d7a1;
--color-5: #b4c879;
}
Snowy Mountain background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c8e0, #e2f3f8, #f5f9f9, #f7d7a1, #b4c879);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c8e0, #e2f3f8, #f5f9f9, #f7d7a1, #b4c879);
}
Similar color palettes
Scroll down to explore 600+ colors.snow color palettes
Snowy Mountain color palette created on .