Mountain Waters Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mountain Waters palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mountain Waters Color Palette (PNG)
Mountain Waters color palette CSS
/* CSS */
.color-1 {
color: #6fbe8d;
}
.color-2 {
color: #4ba8b4;
}
.color-3 {
color: #2c7fba;
}
.color-4 {
color: #3b4d9b;
}
.color-5 {
color: #596e9b;
}
/* CSS Variables */
:root {
--color-1: #6fbe8d;
--color-2: #4ba8b4;
--color-3: #2c7fba;
--color-4: #3b4d9b;
--color-5: #596e9b;
}
Mountain Waters background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fbe8d, #4ba8b4, #2c7fba, #3b4d9b, #596e9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fbe8d, #4ba8b4, #2c7fba, #3b4d9b, #596e9b);
}
Similar color palettes
Scroll down to explore 9 Green color palettes
Mountain Waters color palette created on .