Mountain Meets the Ocean Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mountain Meets the Ocean palette
Mountain Meets the Ocean color palette PNG image
Mountain Meets the Ocean color palette CSS
/* CSS */
.color-1 {
color: #2a808d;
}
.color-2 {
color: #4cb8b1;
}
.color-3 {
color: #76d5b1;
}
.color-4 {
color: #d1e6e5;
}
.color-5 {
color: #f6f8f9;
}
/* CSS Variables */
:root {
--color-1: #2a808d;
--color-2: #4cb8b1;
--color-3: #76d5b1;
--color-4: #d1e6e5;
--color-5: #f6f8f9;
}
Mountain Meets the Ocean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a808d, #4cb8b1, #76d5b1, #d1e6e5, #f6f8f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a808d, #4cb8b1, #76d5b1, #d1e6e5, #f6f8f9);
}
Similar color palettes
Scroll down to explore 1 Mountain color palette
Mountain Meets the Ocean color palette created on .