Mountain Air Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mountain Air palette
Mountain Air color palette PNG image
Mountain Air color palette CSS
/* CSS */
.color-1 {
color: #a5d7e9;
}
.color-2 {
color: #b7e1d3;
}
.color-3 {
color: #e9caa5;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f76d1d;
}
/* CSS Variables */
:root {
--color-1: #a5d7e9;
--color-2: #b7e1d3;
--color-3: #e9caa5;
--color-4: #f6b83c;
--color-5: #f76d1d;
}
Mountain Air background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d7e9, #b7e1d3, #e9caa5, #f6b83c, #f76d1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d7e9, #b7e1d3, #e9caa5, #f6b83c, #f76d1d);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Mountain Air color palette created on .