Mountain Waters Color Palette

Discover the beautiful Mountain Waters color palette featuring de york (#6fbe8d), fountain blue (#4ba8b4), mariner (#2c7fba), chambray (#3b4d9b) and waikawa gray (#596e9b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Mountain, Waterfall, Bright, Blue, Teal, Nature, Summer, Vibrant color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • Copy precise HEX codes and RGB values for your designs
  • Adjust its brightness, saturation, and warmth to create new variations
  • Preview UI components to see how colors work in real interfaces
  • Copy CSS code including background gradients and color variables
  • Download the palette
  • Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Mountain Waters palette

Share this palette to:

💻 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);
}

Mountain Waters color palette created on .