Everest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Everest palette
Everest color palette PNG image
Everest color palette CSS
/* CSS */
.color-1 {
color: #4c908b;
}
.color-2 {
color: #6fb39e;
}
.color-3 {
color: #99d6b8;
}
.color-4 {
color: #e6f5e5;
}
.color-5 {
color: #f2f9f1;
}
/* CSS Variables */
:root {
--color-1: #4c908b;
--color-2: #6fb39e;
--color-3: #99d6b8;
--color-4: #e6f5e5;
--color-5: #f2f9f1;
}
Everest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c908b, #6fb39e, #99d6b8, #e6f5e5, #f2f9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c908b, #6fb39e, #99d6b8, #e6f5e5, #f2f9f1);
}
Similar color palettes
Scroll down to explore 7 Mountain color palettes
Everest color palette created on .