Paleta de colores Moonlit Mist

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Moonlit Mist palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Moonlit Mist

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

CSS de la paleta de colores Moonlit Mist

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #c4c7d4;
}
.color-3 {
color: #7b808e;
}
.color-4 {
color: #a8ffff;
}
.color-5 {
color: #2d2f4e;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #c4c7d4;
--color-3: #7b808e;
--color-4: #a8ffff;
--color-5: #2d2f4e;
}

CSS del degradado de fondo Moonlit Mist

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #c4c7d4, #7b808e, #a8ffff, #2d2f4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #c4c7d4, #7b808e, #a8ffff, #2d2f4e);
}

Moonlit Mist color palette created on .