Berggipfel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Berggipfel palette

Share this palette to:

Berggipfel color palette PNG image

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

Berggipfel color palette CSS

/* CSS */
.color-1 {
color: #a2b2d2;
}
.color-2 {
color: #5d808e;
}
.color-3 {
color: #3a5b6e;
}
.color-4 {
color: #b9d5b4;
}
.color-5 {
color: #f4c03e;
}

/* CSS Variables */
:root {
--color-1: #a2b2d2;
--color-2: #5d808e;
--color-3: #3a5b6e;
--color-4: #b9d5b4;
--color-5: #f4c03e;
}

Berggipfel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b2d2, #5d808e, #3a5b6e, #b9d5b4, #f4c03e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b2d2, #5d808e, #3a5b6e, #b9d5b4, #f4c03e);
}

Similar color palettes

Scroll down to explore 1 Mountain color palette

Berggipfel color palette created on .