Mountain Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mountain Breeze palette
Mountain Breeze color palette PNG image
Mountain Breeze color palette CSS
/* CSS */
.color-1 {
color: #498b3c;
}
.color-2 {
color: #6fbe6f;
}
.color-3 {
color: #88d89e;
}
.color-4 {
color: #a3e1b4;
}
.color-5 {
color: #e8f6df;
}
/* CSS Variables */
:root {
--color-1: #498b3c;
--color-2: #6fbe6f;
--color-3: #88d89e;
--color-4: #a3e1b4;
--color-5: #e8f6df;
}
Mountain Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #498b3c, #6fbe6f, #88d89e, #a3e1b4, #e8f6df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #498b3c, #6fbe6f, #88d89e, #a3e1b4, #e8f6df);
}
Similar color palettes
Scroll down to explore 200+ Green color palettes
Mountain Breeze color palette created on .