Paleta de colores Mountain Mist

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mountain Mist palette

Compartir esta paleta en:

Descargar la paleta de colores Mountain Mist (PNG)

Download mountain mist color palette PNG image (landscape)
Download mountain mist color palette PNG image (square)

CSS de la paleta de colores Mountain Mist

/* CSS */
.color-1 {
color: #526b89;
}
.color-2 {
color: #8fa4b3;
}
.color-3 {
color: #6d87a2;
}
.color-4 {
color: #5e7997;
}
.color-5 {
color: #3f5873;
}

/* CSS Variables */
:root {
--color-1: #526b89;
--color-2: #8fa4b3;
--color-3: #6d87a2;
--color-4: #5e7997;
--color-5: #3f5873;
}

CSS del degradado de fondo Mountain Mist

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #526b89, #8fa4b3, #6d87a2, #5e7997, #3f5873);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #526b89, #8fa4b3, #6d87a2, #5e7997, #3f5873);
}

Paletas de colores similares

Mountain Mist color palette created on .