Paleta de colores Moonlight Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Moonlight Blue palette

Compartir esta paleta en:

Descargar la paleta de colores Moonlight Blue (PNG)

Download moonlight blue color palette PNG image (landscape)
Download moonlight blue color palette PNG image (square)

CSS de la paleta de colores Moonlight Blue

/* CSS */
.color-1 {
color: #e6d6e6;
}
.color-2 {
color: #b8c4e0;
}
.color-3 {
color: #8b95b6;
}
.color-4 {
color: #4e6d8d;
}
.color-5 {
color: #2a3d5b;
}

/* CSS Variables */
:root {
--color-1: #e6d6e6;
--color-2: #b8c4e0;
--color-3: #8b95b6;
--color-4: #4e6d8d;
--color-5: #2a3d5b;
}

CSS del degradado de fondo Moonlight Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d6e6, #b8c4e0, #8b95b6, #4e6d8d, #2a3d5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d6e6, #b8c4e0, #8b95b6, #4e6d8d, #2a3d5b);
}

Moonlight Blue color palette created on .