White Mountains Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with White Mountains palette

Share this palette to:

White Mountains color palette PNG image

Download white mountains color palette PNG image (landscape)
Download white mountains color palette PNG image (square)

White Mountains color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e0f7fa;
}
.color-3 {
color: #b1eaf2;
}
.color-4 {
color: #4ccfe1;
}
.color-5 {
color: #0097a8;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e0f7fa;
--color-3: #b1eaf2;
--color-4: #4ccfe1;
--color-5: #0097a8;
}

White Mountains background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e0f7fa, #b1eaf2, #4ccfe1, #0097a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e0f7fa, #b1eaf2, #4ccfe1, #0097a8);
}

White Mountains color palette created on .