Everest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Everest palette

Share this palette to:

Everest color palette PNG image

Download everest color palette PNG image (landscape)
Download everest color palette PNG image (square)

Everest color palette CSS

/* CSS */
.color-1 {
color: #b2c7e0;
}
.color-2 {
color: #a1d9cf;
}
.color-3 {
color: #f3e2a5;
}
.color-4 {
color: #ebb08e;
}
.color-5 {
color: #d57d6c;
}

/* CSS Variables */
:root {
--color-1: #b2c7e0;
--color-2: #a1d9cf;
--color-3: #f3e2a5;
--color-4: #ebb08e;
--color-5: #d57d6c;
}

Everest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2c7e0, #a1d9cf, #f3e2a5, #ebb08e, #d57d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2c7e0, #a1d9cf, #f3e2a5, #ebb08e, #d57d6c);
}

Similar color palettes

Everest color palette created on .